Skip to content
Prev Previous commit
Next Next commit
Add Python 3.13 to CI
  • Loading branch information
filmor committed Dec 11, 2024
commit 2f3a0e79b01a30e729ec22bc50dcf0139b9424ae
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
platform: x64
instance: macos-13

python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Set Environment on macOS
Expand Down