Skip to content

Commit d9770b1

Browse files
committed
Add 3.14 to CI config
1 parent f5e7741 commit d9770b1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,22 @@ jobs:
126126
tag: "c10s"
127127
image_name: "python-313-minimal-c10s"
128128

129+
- dockerfile: "3.14/Dockerfile.fedora"
130+
docker_context: "3.14"
131+
registry_namespace: "fedora"
132+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
133+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
134+
tag: "314"
135+
image_name: "python-314"
136+
137+
- dockerfile: "3.14-minimal/Dockerfile.fedora"
138+
docker_context: "3.14-minimal"
139+
registry_namespace: "fedora"
140+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
141+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
142+
tag: "314"
143+
image_name: "python-314-minimal"
144+
129145
steps:
130146
- name: Build and push to quay.io registry
131147
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
@@ -14,6 +14,6 @@ jobs:
1414
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
1515
with:
1616
enabled-tests: '["container","container-pytest","openshift-4","openshift-pytest"]'
17-
versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal" ]'
17+
versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]'
1818
openshift-versions: '[ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]'
1919
secrets: inherit

0 commit comments

Comments
 (0)