Skip to content

Commit

Permalink
Merge pull request #218 from punch-mission/add-py313
Browse files Browse the repository at this point in the history
add py3.13
  • Loading branch information
jmbhughes authored Oct 31, 2024
2 parents f08a5f5 + f5af9db commit b1498cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b1498cd

Please sign in to comment.