Remove py3.8

This commit is contained in:
Clinton Hall 2024-10-19 21:06:57 +13:00 committed by GitHub
commit cf4f7697e6
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,
{py38, py39, py310, py311, py312, py313}, {py39, py310, py311, py312, py313},
report report
[testenv] [testenv]
basepython = basepython =
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}
py311: {env:TOXPYTHON:python3.11} py311: {env:TOXPYTHON:python3.11}