Skip to content

Commit

Permalink
skip 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Sep 27, 2023
1 parent 9fa72b8 commit 7082932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest pytest_asyncio
CIBW_TEST_COMMAND: "pytest {project}/tests"

CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10, <3.12"
CIBW_BEFORE_ALL_LINUX: "bash {project}/scripts/prepare_golang.sh"
CIBW_BEFORE_BUILD: "rm -rfv {project}/build"
# TODO build for more
Expand Down
2 changes: 0 additions & 2 deletions scripts/prepare_golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ curl -sS -LO https://go.dev/dl/${FILENAME}
tar -C /usr/local -xzf $FILENAME
export PATH=$PATH:/usr/local/go/bin
go version

yum install -y libffi-devel

0 comments on commit 7082932

Please sign in to comment.