11
22[tox]
3- envlist = py26, py27, py33, py34, py35, py36, py37, py38, py, pypy, pypy3, gmpy2py27, gmpy2py38 , gmpypy27, gmpypy38 , codechecks
3+ envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py, pypy, pypy3, gmpy2py27, gmpy2py39 , gmpypy27, gmpypy39 , codechecks
44
55[testenv]
66deps =
@@ -10,12 +10,12 @@ deps =
1010 py{33}: hypothesis<3.44
1111 py{26}: unittest2
1212 py{26}: hypothesis<3
13- py{26,27,34,35,36,37,38,py,py3}: pytest
14- py{27,34,35,36,37,38,py,py3}: hypothesis
15- gmpy2py{27,38 }: gmpy2
16- gmpypy{27,38 }: gmpy
17- gmpy{2py27,2py38 ,py27,py38 }: pytest
18- gmpy{2py27,2py38 ,py27,py38 }: hypothesis
13+ py{26,27,34,35,36,37,38,39, py,py3}: pytest
14+ py{27,34,35,36,37,38,39, py,py3}: hypothesis
15+ gmpy2py{27,39 }: gmpy2
16+ gmpypy{27,39 }: gmpy
17+ gmpy{2py27,2py39 ,py27,py39 }: pytest
18+ gmpy{2py27,2py39 ,py27,py39 }: hypothesis
1919# six==1.9.0 comes from setup.py install_requires
2020 py27_old_six: six ==1.9.0
2121 py27_old_six: pytest
@@ -46,14 +46,14 @@ basepython = python2.7
4646[testenv:gmpypy27]
4747basepython =python2.7
4848
49- [testenv:gmpypy38 ]
50- basepython =python3.8
49+ [testenv:gmpypy39 ]
50+ basepython =python3.9
5151
5252[testenv:gmpy2py27]
5353basepython =python2.7
5454
55- [testenv:gmpy2py38 ]
56- basepython =python3.8
55+ [testenv:gmpy2py39 ]
56+ basepython =python3.9
5757
5858[testenv:coverage]
5959sitepackages =True
0 commit comments