Skip to content

Commit 7033563

Browse files
committed
clean up the outdated testenv in tox
Python 3.8 support has been dropped from kobo. Update tox.ini to remove the correspondent test environment to reflect the current support matrix.
1 parent 605afec commit 7033563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Don't forget to update GA config when changing this
3-
envlist = {py36, py38, py39, py310, py311}-{django2, django3}, {py38, py39, py310, py311, py312}-django4, {py310, py311, py312}-django5, py39-bandit
3+
envlist = {py36, py39, py310, py311}-{django2, django3}, {py39, py310, py311, py312}-django4, {py310, py311, py312}-django5, py39-bandit
44
skip_missing_interpreters = True
55

66
[testenv]

0 commit comments

Comments
 (0)