File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 --with-system-libmpdec \
187187 --without-ensurepip \
188188 --enable-loadable-sqlite-extensions \
189- --with-build-python=python3.11
189+ --with-build-python=yes
190190
191191 make -j8
192192
@@ -234,7 +234,7 @@ jobs:
234234 apt-get install -qqy software-properties-common
235235 add-apt-repository --yes ppa:deadsnakes/ppa
236236 apt-get update -qq
237- apt-get install -qqy autoconf-archive python3.11 -dev python3.11
237+ apt-get install -qqy autoconf-archive python3.12 -dev python3.12
238238
239239 - name : Build
240240 run : |
@@ -254,7 +254,7 @@ jobs:
254254 --without-ensurepip \
255255 --without-c-locale-coercion \
256256 --enable-loadable-sqlite-extensions \
257- --with-build-python=python3.11
257+ --with-build-python=yes
258258
259259 make -j8
260260
You can’t perform that action at this time.
0 commit comments