Skip to content

Commit f5e5fe6

Browse files
committed
Wheels for Python 3.12
1 parent e3b3cc5 commit f5e5fe6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install --upgrade pip setuptools
2222
pip install cython cibuildwheel==$VERSION
2323
env:
24-
VERSION: 2.16.0
24+
VERSION: 2.16.2
2525
- name: Build wheels
2626
run: cibuildwheel --output-dir wheelhouse
2727
env:
@@ -57,7 +57,7 @@ jobs:
5757
pip install --upgrade pip setuptools
5858
pip install cython cibuildwheel==$VERSION
5959
env:
60-
VERSION: 2.16.0
60+
VERSION: 2.16.2
6161
- name: Build wheels
6262
run: cibuildwheel --output-dir wheelhouse
6363
env:
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
pip install cibuildwheel==$env:VERSION
9595
env:
96-
VERSION: 2.16.0
96+
VERSION: 2.16.2
9797
- name: Build wheels
9898
run: cibuildwheel --output-dir wheelhouse
9999
env:
@@ -141,7 +141,7 @@ jobs:
141141
pip install --upgrade pip setuptools
142142
pip install cibuildwheel==$VERSION
143143
env:
144-
VERSION: 2.16.0
144+
VERSION: 2.16.2
145145
- name: Build wheels
146146
run: cibuildwheel --output-dir wheelhouse
147147
env:

0 commit comments

Comments
 (0)