Skip to content

Commit

Permalink
Remove support for Python 3.7 in tox.ini (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Oct 6, 2024
2 parents 4a758f5 + acad1d2 commit d73083e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
26 changes: 0 additions & 26 deletions requirements/tests37.txt

This file was deleted.

11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ use_frozen_constraints = true
deps = -r requirements/tests.txt
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}

[testenv:py37,py3.7]
deps = -r requirements/tests37.txt

[testenv:style]
deps = pre-commit
skip_install = true
Expand Down Expand Up @@ -56,11 +53,3 @@ commands =
pip-compile tests.in -q {posargs:-U}
pip-compile typing.in -q {posargs:-U}
pip-compile dev.in -q {posargs:-U}

[testenv:update-requirements37]
base_python = 3.7
labels = update
deps = pip-tools
skip_install = true
change_dir = requirements
commands = pip-compile tests.in -q -o tests37.txt {posargs:-U}

0 comments on commit d73083e

Please sign in to comment.