Skip to content

Commit 8d474da

Browse files
befelemefrenzymadness
authored andcommitted
Enable testing Python 3.13 container
1 parent f5f3534 commit 8d474da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ jobs:
118118
tag: "c10s"
119119
image_name: "python-312-c10s"
120120

121+
- dockerfile: "3.13/Dockerfile.fedora"
122+
docker_context: "3.13"
123+
registry_namespace: "fedora"
124+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
125+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
126+
tag: "313"
127+
image_name: "python-313"
128+
121129
steps:
122130
- name: Build and push to quay.io registry
123131
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
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
version: [ "3.8", "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal" ]
63+
version: [ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13" ]
6464
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
6565
test_case: [ "container" ]
6666
if: |

0 commit comments

Comments
 (0)