Skip to content

Commit abd2763

Browse files
committed
Add Python 3.11 to github workflows
1 parent fd9f522 commit abd2763

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
3333
tag: "310"
3434
image_name: "python-310"
35+
- dockerfile: "3.11/Dockerfile.fedora"
36+
registry_namespace: "fedora"
37+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
38+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
39+
tag: "311"
40+
image_name: "python-311"
3541
steps:
3642
- name: Build and push to quay.io registry
3743
uses: sclorg/build-and-push-action@v4

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
version: [ "2.7", "3.8", "3.9", "3.9-minimal", "3.10" ]
59+
version: [ "2.7", "3.8", "3.9", "3.9-minimal", "3.10", "3.11" ]
6060
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s"]
6161
include:
6262
- tmt_plan: "fedora"

0 commit comments

Comments
 (0)