Skip to content

Commit 845f70a

Browse files
committed
oops
1 parent f037f28 commit 845f70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152
# Header files generated by Argument Clinic in 3.13.0b1 are missing
153153
# an #include directive; PR 119712 corrected this, but this patch is
154154
# needed until 3.13.0b2 is released.
155-
if [ -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_13}" ]; then
155+
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
156156
patch -p1 -i ${ROOT}/patch-cpython-pr-119712.patch
157157
fi
158158

0 commit comments

Comments
 (0)