Skip to content

Commit 88d3289

Browse files
committed
More python versions
1 parent 31e17cc commit 88d3289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-wrapper-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# we'd ideally not reexecute the compile step multiple times, but it
2424
# (non-essentially) depends on a matrix-based step. Add more pythons, possibly
2525
# more manylinuxes
26-
python_version: ["3.11", "3.13"]
26+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727
runs-on: [self-hosted, Linux, platform-builder-Rocky-8.6]
2828
container:
2929
image: eccr.ecmwf.int/wheelmaker/2_28:latest
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
arch_type: [ARM64, X64]
53-
python_version: ["3.11", "3.13"]
53+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5454
runs-on: [self-hosted, macOS, "${{ matrix.arch_type }}"]
5555
steps:
5656
# TODO convert this to be matrix-friendly for python versions. Note it's a bit tricky since

0 commit comments

Comments
 (0)