Skip to content

Commit

Permalink
ci(workflows): add Python 3.13 into the testing grid
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Nov 24, 2024
1 parent a6998a2 commit d99b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: macos-13
- name: macOS aarch64
image: macos-14
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
poetry-version: ["1.5.0", "1.6.0", "1.7.0", "1.8.0"]
fail-fast: false
steps:
Expand Down

0 comments on commit d99b0b3

Please sign in to comment.