Skip to content

Commit

Permalink
- remove some Python 3.7 references
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 7, 2024
1 parent 95ba43e commit 64e4d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ use-flake8 = true
testenv-commands = [
"coverage run -p -m unittest discover -s src {posargs}",
]
testenv-deps = [
"py37: urllib3 < 2",
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
]
coverage-command = "coverage combine"
coverage-additional = [
"depends = py37,py37-pure,py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,pypy,pypy3,docs",
"depends = py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,py312,py312-pure,py313,py313-pure,pypy3,docs",
"parallel_show_output = true",
]

Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ envlist =
pip_pre = py313: true
deps =
setuptools <74
py37: urllib3 < 2
Sphinx
setenv =
pure: PURE_PYTHON=1
Expand All @@ -39,15 +38,14 @@ allowlist_externals =
mkdir
deps =
coverage
py37: urllib3 < 2
setenv =
PURE_PYTHON=1
commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage combine
coverage html -i
coverage report -i -m --fail-under=99
depends = py37,py37-pure,py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,pypy,pypy3,docs
depends = py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,py312,py312-pure,py313,py313-pure,pypy3,docs
parallel_show_output = true

[testenv:release-check]
Expand Down

0 comments on commit 64e4d16

Please sign in to comment.