Skip to content

Commit

Permalink
Merge pull request #25 from fugue-project/3.11
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
goodwanghan authored Dec 4, 2023
2 parents 5de37db + e3a2257 commit fcd26cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.5.0
python -m pip install cibuildwheel==2.16.2
- name: Build wheels
env:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wheel
twine

Cython
cibuildwheel==2.5.0
cibuildwheel==2.16.2
speedy-antlr-tool

# fix
Expand Down

0 comments on commit fcd26cf

Please sign in to comment.