We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcaf134 + 80d3c50 commit 59b3f65Copy full SHA for 59b3f65
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: ['3.11', '3.12']
+ python-version: ['3.11', '3.12', '3.13']
13
os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
14
steps:
15
- uses: actions/checkout@v4
tox.ini
@@ -1,11 +1,12 @@
1
[tox]
2
-envlist = py{311,312}
+envlist = py{311,312,313}
3
4
5
[gh-actions]
6
python =
7
3.11: py311
8
3.12: py312
+ 3.13: py313
[testenv]
deps =
0 commit comments