Skip to content

Commit 280424d

Browse files
committed
Test py312 ci support
1 parent 4aa6c7c commit 280424d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
isolated_build = true
8-
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py38,py39,py310,py311
8+
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py38,py39,py310,py311,py312
99

1010
skip_missing_interpreters = False
1111

@@ -90,7 +90,7 @@ commands =
9090
pytest {posargs}
9191
deps = .[test]
9292
depends =
93-
{py38,py39,py310,p311}: clean
93+
{py38,py39,py310,py311,py312}: clean
9494

9595
[testenv:runcoverage]
9696
description = run unit tests with coverage

0 commit comments

Comments
 (0)