]> git.phdru.name Git - mimedecode.git/blobdiff - tox.ini
CI(GHActions): Python 3.10
[mimedecode.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d428fdafcdf057f9da4e3b853581386a751fcde4..7c4123d16836e670bd8b00df855a604fc8c9212e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py27,py3{4,5,6,7,8,9},pypy
+envlist = py27,py3{4,5,6,7,8,9,10},pypy
 
 [testenv]
 basepython =
@@ -11,10 +11,9 @@ basepython =
     py37: {env:TOXPYTHON:python3.7}
     py38: {env:TOXPYTHON:python3.8}
     py39: {env:TOXPYTHON:python3.9}
+    py310: {env:TOXPYTHON:python3.10}
     pypy: {env:TOXPYTHON:pypy}
 deps =
-    pip < 19.2
-    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 changedir = test
 commands =
@@ -22,8 +21,6 @@ commands =
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
     ./test_all
 passenv = HOME
-setenv =
-    VIRTUALENV_PIP = 19.1.1
 
 [gh-actions]
 python =
@@ -33,4 +30,5 @@ python =
     3.7: py37
     3.8: py38
     3.9: py39
+    3.10: py310
     pypy-2.7: pypy