Skip to content

Commit c340c64

Browse files
committed
test
1 parent 32693cf commit c340c64

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

tox.ini

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,12 @@ tox>=4
66

77
[gh]
88
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
9+
3.14t = py314t
10+
3.14 = py314
11+
3.13 = py313
12+
3.12 = py312
13+
3.11 = py311
14+
3.10 = py310
3115

3216
[testenv]
3317
changedir = tests

0 commit comments

Comments
 (0)