Skip to content

Commit

Permalink
Support Python 3.13 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEdding authored Nov 18, 2024
1 parent 1ac8153 commit c4c2174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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"]
include:
- python-version: "3.10"
format-for-github: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
with:
publish-to-test: false
poetry-version: "1.8.2"
python-version: "3.12"
python-version: "3.13"
secrets:
pypi-token: "${{ secrets.PYPI_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
release-type: ${{ inputs.release-type }}
poetry-version: "1.8.2"
python-version: "3.12"
python-version: "3.13"
changelog: true
secrets:
github-username: "${{ secrets.GH_USERNAME }}"
Expand Down

0 comments on commit c4c2174

Please sign in to comment.