diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-10-25 07:42:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-10-27 05:51:26 -0400 |
commit | 06ef6f09e95fa16cb35cfcf685b6aa0b06091450 (patch) | |
tree | 1637fc390e6386dd9aa0290031af4b26370cf206 | |
parent | 263582fb688d0fb94465da21cc80c87a046d95b1 (diff) | |
download | python-coveragepy-git-06ef6f09e95fa16cb35cfcf685b6aa0b06091450.tar.gz |
build: install light threads on newer pythons
-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. |