Skip to content

Commit 4470eb0

Browse files
authored
chore: remove pip beta workaround (#1891)
1 parent 8bda260 commit 4470eb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cibuildwheel/linux.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,6 @@ def build_in_container(
352352
virtualenv_env["PATH"] = f"{venv_dir / 'bin'}:{virtualenv_env['PATH']}"
353353
virtualenv_env["VIRTUAL_ENV"] = str(venv_dir)
354354

355-
# TODO remove me once virtualenv provides pip>=24.1b1
356-
if config.version == "3.13" and not use_uv:
357-
container.call(["pip", "install", "pip>=24.1b1"], env=virtualenv_env)
358-
359355
if build_options.before_test:
360356
before_test_prepared = prepare_command(
361357
build_options.before_test,

0 commit comments

Comments
 (0)