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 d2d53c1 commit 9c7e3a8Copy full SHA for 9c7e3a8
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
@@ -146,7 +146,7 @@ class OCIContainer:
146
... print(self.debug_info())
147
"""
148
149
- UTILITY_PYTHON = "/opt/python/cp38-cp38/bin/python"
+ UTILITY_PYTHON = "/opt/python/cp39-cp39/bin/python"
150
151
process: PopenBytes
152
bash_stdin: IO[bytes]
0 commit comments