diff options
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ basepython = pypy3.8: pypy3.8 3.7: python3.7 3.8,mypy: python3.8 - 3.9,apicheck,pydocstyle,flake8,linkcheck,cov: python3.9 - 3.10: python3.10 + 3.9: python3.9 + 3.10,apicheck,pydocstyle,flake8,linkcheck,cov: python3.10 3.11: python3.11 install_command = python -m pip --disable-pip-version-check install {opts} {packages} |
