summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9a6b6498..01118451 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,10 +13,11 @@ usedevelop = True
extras =
toml
+# PYVERSIONS
deps =
-r requirements/pip.pip
-r requirements/pytest.pip
- py{37,38,39,310}: -r requirements/light-threads.pip
+ py{37,38,39,310,311}: -r requirements/light-threads.pip
# Windows can't update the pip version with pip running, so use Python
# to install things.