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 32693cf commit c340c64Copy full SHA for c340c64
tox.ini
@@ -6,28 +6,12 @@ tox>=4
6
7
[gh]
8
python =
9
- 3.14t = 3.14t
10
- 3.14 = 3.14
11
- 3.13 = 3.13
12
- 3.12 = 3.12
13
- 3.11 = 3.11
14
- 3.10 = 3.10
15
-
16
-[gh-actions]
17
-python =
18
- 3.10: py310
19
- 3.11: py311
20
- 3.12: py312
21
- 3.13: py313
22
- 3.14: py314
23
- 3.14t: py314t
24
- pypy-3: pypy3
25
26
-[gh-actions:env]
27
-PLATFORM =
28
- ubuntu-latest: linux
29
- macos-latest: macos
30
- windows-latest: windows
+ 3.14t = py314t
+ 3.14 = py314
+ 3.13 = py313
+ 3.12 = py312
+ 3.11 = py311
+ 3.10 = py310
31
32
[testenv]
33
changedir = tests
0 commit comments