11
22[tox]
3- envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpypy27, gmpypy39, codechecks
3+ envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py310, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310 , codechecks
44
55[testenv]
66deps =
@@ -11,12 +11,12 @@ deps =
1111 py{26}: unittest2
1212 py{26}: hypothesis<3
1313 py{34}: attrs<21
14- py{26,27,34,35,36,37,38,39,py,py3}: pytest
15- py{27,34,35,36,37,38,39,py,py3}: hypothesis
16- gmpy2py{27,39}: gmpy2
17- gmpypy{27,39}: gmpy
18- gmpy{2py27,2py39,py27,py39}: pytest
19- gmpy{2py27,2py39,py27,py39}: hypothesis
14+ py{26,27,34,35,36,37,38,39,310, py,py3}: pytest
15+ py{27,34,35,36,37,38,39,310, py,py3}: hypothesis
16+ gmpy2py{27,39,310 }: gmpy2
17+ gmpypy{27,39,310 }: gmpy
18+ gmpy{2py27,2py39,2py310, py27,py39,py310 }: pytest
19+ gmpy{2py27,2py39,2py310, py27,py39,py310 }: hypothesis
2020# six==1.9.0 comes from setup.py install_requires
2121 py27_old_six: six ==1.9.0
2222 py27_old_six: pytest
@@ -50,12 +50,18 @@ basepython=python2.7
5050[testenv:gmpypy39]
5151basepython =python3.9
5252
53+ [testenv:gmpypy310]
54+ basepython =python3.10
55+
5356[testenv:gmpy2py27]
5457basepython =python2.7
5558
5659[testenv:gmpy2py39]
5760basepython =python3.9
5861
62+ [testenv:gmpy2py310]
63+ basepython =python3.10
64+
5965[testenv:instrumental]
6066basepython = python2.7
6167deps =
0 commit comments