Skip to content

Commit

Permalink
Update to 1.24rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 23, 2024
1 parent 1944cf2 commit c5086d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
.
Expand Down

0 comments on commit c5086d3

Please sign in to comment.