Skip to content

Commit

Permalink
Support for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Feb 29, 2024
1 parent f61c9dd commit 9a65448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_PROJECT_REQUIRES_PYTHON: "3.8" # >=3.8 <3.12
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12" # >=3.8 <3.12
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *musl* " # cp311-macosx*
CIBW_ARCHS_MACOS: "arm64" # x86_64
CIBW_ARCHS_LINUX: "auto"
Expand Down

0 comments on commit 9a65448

Please sign in to comment.