Update Python version

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2023-10-21 09:22:29 +02:00
parent 46b2600a3f
commit af3fa9b013
No known key found for this signature in database
GPG Key ID: D00C6B1021747EED

View File

@ -1144,7 +1144,7 @@ jobs:
- name: cpython build test
if: ${{ matrix.arch_name.cpython == 'yes' }}
run: |
git clone --depth 1 --branch v3.9.13 https://github.com/python/cpython.git
git clone --depth 1 --branch v3.11.2 https://github.com/python/cpython.git
cd cpython
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./configure ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no --disable-ipv6 ${{ matrix.arch_name.cpython_arg }} --build=x86_64-linux-gnu --enable-shared
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2