Skip to content

Commit 15ed630

Browse files
committed
Update spec/multispec.yml.
Python-314 will be generated for C9S, RHEL9 Python-314-minimal will be generated for C9S, C10S, RHEL9 and RHEL10 Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent e7eb29d commit 15ed630

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

specs/multispec.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ specs:
4444
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
4545
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl', 'enchant',
4646
'krb5-devel']
47-
ubi_versions: ['3.9', '3.11', '3.12']
47+
ubi_versions: ['3.9', '3.11', '3.12', '3.14']
4848
extra_pkgs:
4949
"3.9": ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
5050
"3.11": ['python3.11', 'python3.11-devel', 'python3.11-pip']
5151
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']
52+
"3.14": ['python3.14', 'python3.14-devel', 'python3.14-pip']
5253

5354
rhel10:
5455
distros:
@@ -65,9 +66,10 @@ specs:
6566
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
6667
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl', 'enchant',
6768
'krb5-devel']
68-
ubi_versions: ['3.12']
69+
ubi_versions: ['3.12', '3.14']
6970
extra_pkgs:
7071
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']
72+
"3.14": ['python3.14', 'python3.14-devel', 'python3.14-pip']
7173

7274

7375
c9s:
@@ -88,6 +90,7 @@ specs:
8890
"3.9": ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
8991
"3.11": ['python3.11', 'python3.11-devel', 'python3.11-pip']
9092
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']
93+
"3.14": ['python3.14', 'python3.14-devel', 'python3.14-pip']
9194

9295
c10s:
9396
distros:
@@ -103,10 +106,11 @@ specs:
103106
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
104107
'gcc-gfortran', 'libffi-devel', 'libtool-ltdl',
105108
'krb5-devel']
106-
enable_epel_for: ["3.13", "3.13-minimal"]
109+
enable_epel_for: ["3.13", "3.13-minimal", "3.14-minimal"]
107110
extra_pkgs:
108111
"3.12": ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
109112
"3.13": ['python3.13', 'python3.13-devel', 'python3.13-pip']
113+
"3.14": ['python3.14', 'python3.14-devel', 'python3.14-pip']
110114

111115
fedora42:
112116
distros:
@@ -288,7 +292,13 @@ matrix:
288292
version: "3.13-minimal"
289293
- distros:
290294
- fedora-43-x86_64
295+
- centos-stream-9-x86_64
296+
- rhel-9-x86_64
291297
version: "3.14"
292298
- distros:
293299
- fedora-43-x86_64
300+
- centos-stream-10-x86_64
301+
- centos-stream-9-x86_64
302+
- rhel-9-x86_64
303+
- rhel-10-x86_64
294304
version: "3.14-minimal"

0 commit comments

Comments
 (0)