Add Python 3.9 to the CI
This commit is contained in:
parent
559695054a
commit
dd54a7207e
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
- smoke38:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.8 ./venv.sh
|
||||
- smoke39:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.9 ./venv.sh
|
||||
required_packages:
|
||||
- gcc
|
||||
- /usr/bin/virtualenv
|
||||
|
|
@ -34,6 +37,8 @@
|
|||
- python35
|
||||
- python36
|
||||
- python37
|
||||
- python38
|
||||
- python39
|
||||
- python2-devel
|
||||
- python3-devel
|
||||
- python3-tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue