Test with Python 3.9 as well
This commit is contained in:
parent
74239cac5d
commit
38d9a441ce
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
- smoke38:
|
||||
dir: smoke
|
||||
run: VERSION=3.8 METHOD=venv ./venv.sh
|
||||
- smoke39:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=venv ./venv.sh
|
||||
- smokepypy:
|
||||
dir: smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh
|
||||
|
|
@ -51,6 +54,7 @@
|
|||
- python36
|
||||
- python37
|
||||
- python38
|
||||
- python39
|
||||
- pypy
|
||||
- pypy3
|
||||
- python2-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue