Fedora CI: Add Python 3.11
This commit is contained in:
parent
54943ebf8a
commit
20ae7fd440
@ -28,6 +28,9 @@
|
|||||||
- smoke310:
|
- smoke310:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.10 ./venv.sh
|
run: VERSION=3.10 ./venv.sh
|
||||||
|
- smoke311:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.11 ./venv.sh
|
||||||
- smoke27:
|
- smoke27:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||||
@ -49,6 +52,9 @@
|
|||||||
- smoke310_virtualenv:
|
- smoke310_virtualenv:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke311_virtualenv:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
||||||
- pipenv:
|
- pipenv:
|
||||||
run: pipenv --three && pipenv install six
|
run: pipenv --three && pipenv install six
|
||||||
- pyproject_pytest:
|
- pyproject_pytest:
|
||||||
@ -73,6 +79,7 @@
|
|||||||
- python3.8
|
- python3.8
|
||||||
- python3.9
|
- python3.9
|
||||||
- python3.10
|
- python3.10
|
||||||
|
- python3.11
|
||||||
- python2-devel
|
- python2-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user