Skip to content

Commit 96f8c69

Browse files
committed
chore: support python 3.13
1 parent b2abdbe commit 96f8c69

File tree

5 files changed

+161
-127
lines changed

5 files changed

+161
-127
lines changed

.github/workflows/sdk-code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '3.10'
2929
- '3.11'
3030
- '3.12'
31+
- '3.13'
3132

3233
steps:
3334
- name: Checkout repository

.github/workflows/sdk-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '3.10'
2929
- '3.11'
3030
- '3.12'
31+
- '3.13'
3132

3233
steps:
3334
- name: Checkout repository

0 commit comments

Comments
 (0)