File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.7" # Everything
4- - " 3.4" # Debian 8 (Jessie) and Ubuntu 14.04 (Trusty)
5- - " 3.5" # Debian 9 (Stretch) and Ubuntu 16.04 (Xenial)
6- - " 3.6" # Debian 10 (Buster), Ubuntu 17.10 (Artful) & 18.04 (Bionic)
7- - " 3.7-dev" # Python alphas/betas
3+ - " 2.7" # Legacy
4+ - " 3.5" # Debian 9 (Stretch), Ubuntu 16.04 (Xenial)
5+ - " 3.6" # Ubuntu 18.04 (Bionic)
6+ - " 3.7" # Debian 10 (Buster), Ubuntu 17.10 (Artful)
7+ - " 3.8" # Ubuntu 20.04 (Focal) and 20.10 (Groovy)
8+ - " 3.9" # Debian 11 (Bullseye)
9+ - " 3.9-dev" # Python alphas/betas
810
911matrix :
1012 fast_finish : true
1113 allow_failures :
12- - python : " 3.7 -dev" # Alpha and beta versions can fail
14+ - python : " 3.9 -dev" # Alpha and beta versions can fail
1315
1416script : python tests.py
You can’t perform that action at this time.
0 commit comments