Add Python 3.9 and 3.10 to the CI tests

This commit is contained in:
Miro Hrončok 2020-12-30 10:19:46 +01:00
parent 07699ca83e
commit f902b931be

View File

@ -25,6 +25,12 @@
- smoke38:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
- smoke39:
dir: python/smoke
run: VERSION=3.9 METHOD=virtualenv ./venv.sh
- smoke310:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -34,11 +40,13 @@
required_packages:
- gcc
- virtualenv
- python27
- python35
- python36
- python37
- python38
- python2.7
- python3.5
- python3.6
- python3.7
- python3.8
- python3.9
- python3.10
- python2-devel
- python3-devel
- python3-tox