Skip to content

Commit

Permalink
Bump Python 3.13
Browse files Browse the repository at this point in the history
- Update the Python version in pyproject.toml and setup.cfg
- Update the Python version in .github/workflows/pypi-publish.yml
- `poetry update` to update the lock file
  • Loading branch information
kitsuyui committed Oct 15, 2024
1 parent be0769b commit 91a27d7
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [prereleased, released]

env:
python_version: 3.12
python_version: 3.13

jobs:
deploy:
Expand Down
Loading

0 comments on commit 91a27d7

Please sign in to comment.