Skip to content

Commit

Permalink
Bump Python to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Nov 18, 2024
1 parent 6bfab75 commit ad879bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10']
python-version: ['3.13', '3.12', '3.11', '3.10']
steps:
- uses: actions/checkout@master
- uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.11
poetry 1.8.3
python 3.13
poetry 1.8.4

0 comments on commit ad879bd

Please sign in to comment.