We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7d2ee commit 0c3c1c7Copy full SHA for 0c3c1c7
2 files changed
.github/workflows/build_pypi.yml
@@ -70,7 +70,7 @@ jobs:
70
id: setup_python
71
uses: actions/setup-python@v6
72
with:
73
- python-version: '3.12'
+ python-version: '3.13'
74
cache: 'poetry'
75
76
- name: Install dependencies
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
fail-fast: false
35
matrix:
36
python-version:
37
- - 3.12
+ - 3.13
38
os:
39
- ubuntu-latest
40
0 commit comments