diff options
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |