Skip to content

Commit

Permalink
Wheels for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Aug 17, 2024
1 parent d8af938 commit 4cd3f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- py313
tags:
- 'v*'

Expand All @@ -28,7 +29,7 @@ jobs:
platforms: all

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2
run: python -m pip install cibuildwheel==2.20.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 4cd3f6b

Please sign in to comment.