Skip to content

Commit ecaf87e

Browse files
committed
Fixed tox.ini
Signed-off-by: Marcel Robeer <[email protected]>
1 parent 231d240 commit ecaf87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8,black,doc8,check-manifest,py{38,39,310}-{linux,macos,windows}
2+
envlist = flake8,black,doc8,check-manifest,py3{8,9,10,11,12}-{linux,macos,windows}
33
skip_missing_interpreters = true
44

55
[gh-actions]
@@ -8,6 +8,7 @@ python =
88
3.9: py39
99
3.10: py310
1010
3.11: py311
11+
3.12: py312
1112

1213
[gh-actions:env]
1314
PLATFORM =

0 commit comments

Comments
 (0)