Skip to content

Commit 7910a78

Browse files
committed
Add Python 3.12 to envlist
1 parent abadecd commit 7910a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ skip_missing_interpreters = true
8686
envlist =
8787
black
8888
flake8
89-
{py27,py35,py36,py37,py38,py39,py310,py311,pypy2,pypy3}-tox{312,315,latest}
89+
{py27,py35,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3}-tox{312,315,latest}
9090

9191
[gh-actions]
9292
python =
@@ -98,6 +98,7 @@ python =
9898
3.9: py39
9999
3.10: py310
100100
3.11: py311
101+
3.12: py312
101102
pypy-2: pypy2
102103
pypy-3: pypy3
103104

0 commit comments

Comments
 (0)