We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbd67c commit 5b7119eCopy full SHA for 5b7119e
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
@@ -168,7 +168,7 @@ class OCIContainer:
168
... print(self.debug_info())
169
"""
170
171
- UTILITY_PYTHON = "/opt/python/cp38-cp38/bin/python"
+ UTILITY_PYTHON = "/opt/python/cp39-cp39/bin/python"
172
173
process: PopenBytes
174
bash_stdin: IO[bytes]
0 commit comments