Skip to content

Commit e288cec

Browse files
committed
chore: support python 3.13
1 parent de5aba6 commit e288cec

File tree

4 files changed

+160
-126
lines changed

4 files changed

+160
-126
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)