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 492a105 commit 84f4a06Copy full SHA for 84f4a06
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
- '3.11'
30
- '3.12'
31
- '3.13'
32
+ - '3.14'
33
- pypy-3.8
34
- pypy-3.9
35
- pypy-3.10
tox.ini
@@ -4,7 +4,7 @@
4
envlist =
5
lint
6
format
7
- py3{8,9,10,11,12,13}
+ py3{8,9,10,11,12,13,14}
8
pypy3{8,9,10}
9
package
10
docs
0 commit comments