Skip to content

Commit

Permalink
Merge pull request #2520 from SnoopJ/contrib/tox-drop-py37
Browse files Browse the repository at this point in the history
contrib: drop Python 3.7 from tox config
  • Loading branch information
dgw authored Oct 13, 2023
2 parents 4c7b507 + 278213f commit ec9691b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions contrib/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
package_root = .
min_version = 4.3.3
envlist =
py{37,38,39,310,311}-qa
py{38,39,310,311}-qa
skip_missing_interpreters = true
ignore_base_python_conflict = true
labels =
lint = py{37,38,39,310,311}-lint
test = py{37,38,39,310,311}-test
lint = py{38,39,310,311}-lint
test = py{38,39,310,311}-test


[testenv]
Expand All @@ -16,13 +16,11 @@ package = sdist
allowlist_externals =
make
envname =
py37: py37
py38: py38
py39: py39
py310: py310
py311: py311
envdir =
py37: {toxinidir}/.tox/py37
py38: {toxinidir}/.tox/py38
py39: {toxinidir}/.tox/py39
py310: {toxinidir}/.tox/py310
Expand Down

0 comments on commit ec9691b

Please sign in to comment.