Add Python 3.9 to the CI

epel9
Miro Hrončok 5 years ago
parent bde7ce687a
commit 502656b77b

@ -34,6 +34,9 @@
- smoke38: - smoke38:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 ./venv.sh run: VERSION=3.8 ./venv.sh
- smoke39:
dir: python/smoke
run: VERSION=3.9 ./venv.sh
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
@ -43,6 +46,7 @@
- python36 - python36
- python37 - python37
- python38 - python38
- python39
- python2-devel - python2-devel
- python3-devel - python3-devel
- python3-tox - python3-tox

Loading…
Cancel
Save