Skip to content

Commit

Permalink
Remove support for Python 3.12 in tox.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Decal <public@richarddecal.com>
  • Loading branch information
crypdick committed Feb 17, 2024
1 parent fac8708 commit 40695c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ envlist =
clean,
check,
docs,
{py39,py310,py311,py312,pypy39}-{cover,nocov},
{py39,py310,py311,pypy39}-{cover,nocov},
report
ignore_basepython_conflict = true

Expand All @@ -24,7 +24,6 @@ basepython =
py39: {env:TOXPYTHON:python3.9}
py310: {env:TOXPYTHON:python3.10}
py311: {env:TOXPYTHON:python3.11}
py312: {env:TOXPYTHON:python3.12}
pypy39: {env:TOXPYTHON:pypy3.9}
{bootstrap,clean,check,report,docs,codecov,coveralls,extension-coveralls}: {env:TOXPYTHON:python3}
setenv =
Expand Down

0 comments on commit 40695c8

Please sign in to comment.