Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed May 29, 2024
1 parent f037f28 commit 845f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fi
# Header files generated by Argument Clinic in 3.13.0b1 are missing
# an #include directive; PR 119712 corrected this, but this patch is
# needed until 3.13.0b2 is released.
if [ -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_13}" ]; then
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
patch -p1 -i ${ROOT}/patch-cpython-pr-119712.patch
fi

Expand Down

0 comments on commit 845f70a

Please sign in to comment.