Skip to content

Commit 1f879eb

Browse files
committed
remove now-unused parts of the test matrix
This commit was sponsored by Jason Walker, Matt Campbell, Sergio Bost, and my other patrons. If you want to join them, you can support my work at https://patreon.com/creatorglyph.
1 parent cf259a2 commit 1f879eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
isolated_build = True
33
envlist =
44
lint, mypy
5-
coverage-py{37,38,39,310,311,py3}-tw{212,221,current,trunk}
5+
coverage-py{38,39,310,311,py3}-tw{212,221,current,trunk}
66
coverage_combine
77
coverage_report
88
docs, docs-linkcheck
@@ -44,14 +44,12 @@ description = run tests
4444
basepython =
4545
.package: python3.11
4646
py: python
47-
py37: python3.7
4847
py38: python3.8
4948
py39: python3.9
5049
py310: python3.10
5150
py311: python3.11
5251
py312: python3.12
5352
pypy3: pypy3
54-
pypy38: pypy3.8
5553
pypy39: pypy3.9
5654

5755
deps = {[default]deps}

0 commit comments

Comments
 (0)