Skip to content

Commit 3486f0f

Browse files
committed
Fix support for Python 3.7 host version
1 parent 580205a commit 3486f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cibuildwheel/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ def parse_key_value_string(
711711

712712
shlexer = shlex.shlex(key_value_string, posix=True, punctuation_chars=";:")
713713
shlexer.commenters = ""
714-
shlexer.whitespace_split = True
715714
parts = list(shlexer)
716715
# parts now looks like
717716
# ['docker', ';', 'create_args',':', '--some-option=value', 'another-option']

0 commit comments

Comments
 (0)