Skip to content

Commit 701d585

Browse files
authored
fixed tox.ini (#956)
1 parent 3f30b28 commit 701d585

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tox.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ sort = Miss
4141

4242
[gh-actions]
4343
python =
44-
3.10: py310
45-
3.11: py311
46-
3.12: py312
44+
3.10: py3.10
45+
3.11: py3.11
46+
3.12: py3.12
4747

4848
[gh-actions:env]
4949
PLATFORM =
@@ -55,7 +55,10 @@ isolated_build = True
5555
envlist =
5656
covclean
5757
lint
58-
py{3.10,3.11}-{linux,macos}
58+
py3.10-linux
59+
py3.11-linux
60+
py3.12-linux
61+
py3.12-macos
5962
coverage
6063
readme
6164
check-docs
@@ -93,7 +96,7 @@ deps =
9396
coverage
9497
diff_cover
9598
skip_install = true
96-
depends = py{310,311,312}-{linux,macos}
99+
depends = py3.10-linux, py3.11-linux, py3.12-linux, py3.12-macos
97100
parallel_show_output = True
98101
commands =
99102
coverage report --omit="tox/*"

0 commit comments

Comments
 (0)