Skip to content

Commit

Permalink
remove py36 from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkevi committed Oct 16, 2022
1 parent 445c4cb commit 2a9177c
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 @@ -13,13 +13,12 @@ envlist =
clean,
check,
docs,
{py36,py37,py38,py39,py310},
{py37,py38,py39,py310},
report
ignore_basepython_conflict = true

[testenv]
basepython =
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
py39: {env:TOXPYTHON:python3.9}
Expand Down

0 comments on commit 2a9177c

Please sign in to comment.