Skip to content

Commit 9a2a604

Browse files
authored
Bump Python to 3.13 (#144)
1 parent adaebd8 commit 9a2a604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-20.04
3737
strategy:
3838
matrix:
39-
python-version: ['3.12', '3.11', '3.10']
39+
python-version: ['3.13', '3.12', '3.11', '3.10']
4040
steps:
4141
- uses: actions/checkout@master
4242
- uses: actions/cache@v4

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.11
2-
poetry 1.8.3
1+
python 3.13
2+
poetry 1.8.4

0 commit comments

Comments
 (0)