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 d4f764b commit 95ee42dCopy full SHA for 95ee42d
cibuildwheel/linux.py
@@ -180,7 +180,7 @@ def build_in_container(
180
log.step("Running before_all...")
181
182
env = container.get_environment()
183
- env["PATH"] = f'/opt/python/cp38-cp38/bin:{env["PATH"]}'
+ env["PATH"] = f'/opt/python/cp39-cp39/bin:{env["PATH"]}'
184
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
185
env["PIP_ROOT_USER_ACTION"] = "ignore"
186
env = before_all_options.environment.as_dictionary(
cibuildwheel/oci_container.py
@@ -167,7 +167,7 @@ class OCIContainer:
167
... print(self.debug_info())
168
"""
169
170
- UTILITY_PYTHON = "/opt/python/cp38-cp38/bin/python"
+ UTILITY_PYTHON = "/opt/python/cp39-cp39/bin/python"
171
172
process: PopenBytes
173
bash_stdin: IO[bytes]
0 commit comments