Skip to content

Commit

Permalink
fix: rollback CI for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Nov 3, 2023
1 parent a60d0d5 commit bad8513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.8", "3.11"]

steps:
- name: Checkout develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* pp38-* pp39-* pp310-*"
CIBW_SKIP: "*-win32 *_i686 *_s390x *_ppc64le"
Expand Down

0 comments on commit bad8513

Please sign in to comment.