We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8987b70 commit 27021d3Copy full SHA for 27021d3
cibuildwheel/linux.py
@@ -179,7 +179,7 @@ def build_in_container(
179
log.step("Running before_all...")
180
181
env = container.get_environment()
182
- env["PATH"] = f'/opt/python/cp38-cp38/bin:{env["PATH"]}'
+ env["PATH"] = f'/opt/python/cp39-cp39/bin:{env["PATH"]}'
183
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
184
env["PIP_ROOT_USER_ACTION"] = "ignore"
185
env = before_all_options.environment.as_dictionary(
cibuildwheel/oci_container.py
@@ -166,7 +166,7 @@ class OCIContainer:
166
... print(self.debug_info())
167
"""
168
169
- UTILITY_PYTHON = "/opt/python/cp38-cp38/bin/python"
+ UTILITY_PYTHON = "/opt/python/cp39-cp39/bin/python"
170
171
process: PopenBytes
172
bash_stdin: IO[bytes]
0 commit comments