#58 Add Python 3.11 to the CI config
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-virtualenv 3.11-ci  into  rawhide

file modified
+4
@@ -35,6 +35,9 @@ 

      - smoke310:

          dir: python/smoke

          run: VERSION=3.10 METHOD=virtualenv ./venv.sh

+     - smoke311:

+         dir: python/smoke

+         run: VERSION=3.11 METHOD=virtualenv ./venv.sh

      required_packages:

      - gcc

      - virtualenv
@@ -44,5 +47,6 @@ 

      - python3.8

      - python3.9

      - python3.10

+     - python3.11

      - python3-devel

      - python3-tox

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Build succeeded.

Zuul is green and Fedora CI failure seems unrelated, I think we can merge this.

Pull-Request has been merged by churchyard

2 years ago
Metadata