We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67ed369 + bea5876 commit 255c8d6Copy full SHA for 255c8d6
.github/workflows/tests.yaml
@@ -21,6 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
+ - {python: '3.13'}
25
- {python: '3.12'}
26
- {name: Windows, python: '3.12', os: windows-latest}
27
- {name: Mac, python: '3.12', os: macos-latest}
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
envlist =
3
- py3{12,11,10,9,8}
+ py3{13,12,11,10,9,8}
4
pypy310
5
py312-min
6
py38-dev
0 commit comments