mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Remove py3.8
This commit is contained in:
parent
9d45351fc0
commit
cf4f7697e6
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
@ -4,12 +4,11 @@
|
|||
envlist =
|
||||
clean,
|
||||
check,
|
||||
{py38, py39, py310, py311, py312, py313},
|
||||
{py39, py310, py311, py312, py313},
|
||||
report
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py38: {env:TOXPYTHON:python3.8}
|
||||
py39: {env:TOXPYTHON:python3.9}
|
||||
py310: {env:TOXPYTHON:python3.10}
|
||||
py311: {env:TOXPYTHON:python3.11}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue