1
1
2
2
[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
4
4
5
5
[testenv]
6
6
deps =
@@ -11,12 +11,12 @@ deps =
11
11
py{26}: unittest2
12
12
py{26}: hypothesis<3
13
13
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
20
20
# six==1.9.0 comes from setup.py install_requires
21
21
py27_old_six: six ==1.9.0
22
22
py27_old_six: pytest
@@ -50,12 +50,18 @@ basepython=python2.7
50
50
[testenv:gmpypy39]
51
51
basepython =python3.9
52
52
53
+ [testenv:gmpypy310]
54
+ basepython =python3.10
55
+
53
56
[testenv:gmpy2py27]
54
57
basepython =python2.7
55
58
56
59
[testenv:gmpy2py39]
57
60
basepython =python3.9
58
61
62
+ [testenv:gmpy2py310]
63
+ basepython =python3.10
64
+
59
65
[testenv:instrumental]
60
66
basepython = python2.7
61
67
deps =
0 commit comments