remove py2.7

This commit is contained in:
Clinton Hall 2024-02-28 15:27:51 +13:00 committed by GitHub
commit 4ca850a1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,12 +4,11 @@
envlist = envlist =
clean, clean,
check, check,
{py27, py38, py39, py310, py311, py312, py313}, {py38, py39, py310, py311, py312, py313},
report report
[testenv] [testenv]
basepython = basepython =
py27: {env:TOXPYTHON:python2.7}
py38: {env:TOXPYTHON:python3.8} py38: {env:TOXPYTHON:python3.8}
py39: {env:TOXPYTHON:python3.9} py39: {env:TOXPYTHON:python3.9}
py310: {env:TOXPYTHON:python3.10} py310: {env:TOXPYTHON:python3.10}