Fedora CI: Add Python 3.8

epel9
Miro Hrončok 6 years ago
parent 11797be9fb
commit 9665383de6

@ -26,6 +26,9 @@
- smoke37: - smoke37:
dir: python/smoke dir: python/smoke
run: VERSION=3.7 METHOD=virtualenv ./venv.sh run: VERSION=3.7 METHOD=virtualenv ./venv.sh
- smoke38:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
required_packages: required_packages:
- gcc - gcc
- /usr/bin/virtualenv - /usr/bin/virtualenv
@ -35,6 +38,7 @@
- python35 - python35
- python36 - python36
- python37 - python37
- python38
- python2-devel - python2-devel
- python3-devel - python3-devel
- python3-tox - python3-tox

Loading…
Cancel
Save