Skip to content

Commit cc58bae

Browse files
committed
Update manywheel builds to 3.8 as well
1 parent 319d463 commit cc58bae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/scripts/generate_ci_workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class OperatingSystem:
135135
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
136136
OperatingSystem.LINUX,
137137
arches=["11.8"],
138-
python_versions=["3.7"]),
138+
python_versions=["3.8"]),
139139
branches="master",
140140
),
141141
BinaryBuildWorkflow(
@@ -144,7 +144,7 @@ class OperatingSystem:
144144
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
145145
OperatingSystem.LINUX,
146146
arches=["11.6"],
147-
python_versions=["3.7"]),
147+
python_versions=["3.8"]),
148148
branches="master",
149149
),
150150
BinaryBuildWorkflow(

.github/workflows/generated-linux-binary-manywheel-master.yml

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

0 commit comments

Comments
 (0)