Skip to content

Commit 2f3a0e7

Browse files
committed
Add Python 3.13 to CI
1 parent 5cf2534 commit 2f3a0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platform: x64
3333
instance: macos-13
3434

35-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
35+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3636

3737
steps:
3838
- name: Set Environment on macOS

0 commit comments

Comments
 (0)