Skip to content

Commit

Permalink
start building 3.13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 2, 2024
1 parent 00bae19 commit 99d22a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
env:
PYTHONUNBUFFERED: "1"
TWINE_NONINTERACTIVE: "1"
# CIBW_PRERELEASE_PYTHONS: "1"
CIBW_PRERELEASE_PYTHONS: "1"

jobs:
sdist:
Expand Down
4 changes: 2 additions & 2 deletions tools/wheel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cibuildwheel==2.16.5
delvewheel==1.5.2; sys_platform == 'win32'
cibuildwheel==2.19.2
delvewheel==1.7.2; sys_platform == 'win32'

0 comments on commit 99d22a3

Please sign in to comment.