Skip to content

Commit

Permalink
Add Python 3.12 to envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 13, 2022
1 parent abadecd commit 7910a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -86,7 +86,7 @@ skip_missing_interpreters = true
envlist =
black
flake8
{py27,py35,py36,py37,py38,py39,py310,py311,pypy2,pypy3}-tox{312,315,latest}
{py27,py35,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3}-tox{312,315,latest}

[gh-actions]
python =
Expand All @@ -98,6 +98,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
pypy-2: pypy2
pypy-3: pypy3

Expand Down

0 comments on commit 7910a78

Please sign in to comment.