Skip to content

Commit

Permalink
skip python 3.13 for now
Browse files Browse the repository at this point in the history
uwsgi 2.0.26 does not support python 3.13 yet
  • Loading branch information
asottile authored Aug 9, 2024
1 parent 4649736 commit 71a1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# CIBW_ARCHS_MACOS: x86_64 arm64
# tesing on emulated arm64 isn't supported for MacOS
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_SKIP: cp36-* pp*
CIBW_SKIP: cp36-* cp313-* pp*
CIBW_ENVIRONMENT: APPEND_VERSION="" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: "pyuwsgi --help"
CIBW_BEFORE_BUILD_MACOS: "find . -name '*.o' -delete && IS_MACOS=1 ./pre_build.sh"
Expand Down

0 comments on commit 71a1685

Please sign in to comment.