Skip to content

Commit

Permalink
Add Python 3.13 to CI (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Oct 16, 2024
1 parent 694f101 commit 4372a0d
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 @@ -16,6 +16,6 @@ jobs:
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 80
PYTHON_MATRIX: "3.12"
PYTHON_MATRIX: '"3.12", "3.13"'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4372a0d

Please sign in to comment.