diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f745cd6..90009ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['1.23'] - pyver: ['3.8', '3.9', '3.10', '3.11', '3.12'] + version: ['1.24rc1'] + pyver: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 - name: Build diff --git a/run_docker_build.sh b/run_docker_build.sh index 70f94d5..7aca1c0 100755 --- a/run_docker_build.sh +++ b/run_docker_build.sh @@ -27,7 +27,6 @@ ${ARCH}-w64-mingw32-cmake \ -DPython_INCLUDE_DIR=${MINGW_PREFIX}/include/python${PYMAJMIN} \ -DPython_LIBRARY=${MINGW_PREFIX}/lib/libpython${PYMAJMIN}.dll.a \ -DPython_EXECUTABLE=/usr/bin/${ARCH}-w64-mingw32-python${PYMAJMIN}-bin \ - -DUSE_SPHINX=OFF \ -DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=32 \ -DSWIG_COMPILE_FLAGS="-O1" \ .