Skip to content

Commit a169499

Browse files
committed
Add Python 3.11 and Fedora 37
1 parent f79845e commit a169499

File tree

5 files changed

+181
-34
lines changed

5 files changed

+181
-34
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables are documented in common/build.sh.
22
BASE_IMAGE_NAME = python
3-
VERSIONS = 2.7 3.6 3.8 3.9 3.9-minimal 3.10
3+
VERSIONS = 2.7 3.6 3.8 3.9 3.9-minimal 3.10 3.11
44
OPENSHIFT_NAMESPACES =
55
DOCKER_BUILD_CONTEXT = ..
66

examples/pipenv-test-app/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ requests = "==2.20.0"
1111
pytest = ">=2.8.0"
1212

1313
[requires]
14-
python_version = "3.10"
14+
python_version = "3.11"

examples/pipenv-test-app/Pipfile.lock

Lines changed: 25 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/multispec.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,27 @@ specs:
103103
'libffi-devel', 'libtool-ltdl', 'enchant', 'redhat-rpm-config',
104104
'krb5-devel']
105105

106+
fedora37:
107+
distros:
108+
- fedora-37-x86_64
109+
fedora_version: "37"
110+
s2i_base: quay.io/fedora/s2i-base
111+
img_tag: "37"
112+
python_pkgs: ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
113+
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'atlas-devel', 'gcc-gfortran',
114+
'libffi-devel', 'libtool-ltdl', 'enchant', 'redhat-rpm-config',
115+
'krb5-devel']
116+
106117
version:
118+
"3.11":
119+
version: "3.11"
120+
short_ver: "311"
121+
minimal: false
122+
base_img_version: "1"
123+
python_img_version: "1"
124+
module_stream: "python311:3.11"
125+
pkg_prefix: "python311"
126+
main_image: "registry.fedoraproject.org/f37/python3"
107127
"3.10":
108128
version: "3.10"
109129
short_ver: "310"
@@ -187,3 +207,6 @@ matrix:
187207
- distros:
188208
- fedora-36-x86_64
189209
version: "3.10"
210+
- distros:
211+
- fedora-37-x86_64
212+
version: "3.11"

src/test/pipenv-test-app/3.11/Pipfile.lock

Lines changed: 131 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)