summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements/pins.pip3
-rw-r--r--requirements/tox.in2
-rw-r--r--tox.ini17
3 files changed, 10 insertions, 12 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip
index 846cf51f..4ecea426 100644
--- a/requirements/pins.pip
+++ b/requirements/pins.pip
@@ -6,6 +6,3 @@
# docutils has been going through some turmoil. Different packages require it,
# but have different pins. This seems to satisfy them all:
#docutils>=0.17,<0.18
-
-tox<4
-tox-gh-actions<3
diff --git a/requirements/tox.in b/requirements/tox.in
index 50b4711c..da889018 100644
--- a/requirements/tox.in
+++ b/requirements/tox.in
@@ -7,7 +7,7 @@
# "make upgrade" turns this into requirements/tox.pip.
tox
-tox-gh-actions
+tox-gh
# Tox has a windows-only dependency on colorama:
# https://github.com/tox-dev/tox/blob/master/setup.cfg#L44
diff --git a/tox.ini b/tox.ini
index 03293b85..3592ec13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -104,13 +104,14 @@ commands =
mypy --python-version=3.8 {env:TYPEABLE}
mypy --python-version=3.12 {env:TYPEABLE}
-[gh-actions]
+[gh]
+# https://pypi.org/project/tox-gh/
# PYVERSIONS
python =
- 3.7: py37
- 3.8: py38
- 3.9: py39
- 3.10: py310
- 3.11: py311
- 3.12: py312
- pypy-3: pypy3
+ 3.7 = py37
+ 3.8 = py38
+ 3.9 = py39
+ 3.10 = py310
+ 3.11 = py311
+ 3.12 = py312
+ pypy-3 = pypy3