Skip to content

Commit 95416ad

Browse files
authored
update for py3.13 (#944)
* update for py3.13 * run wheel on 3.13
1 parent 25f3370 commit 95416ad

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/test_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python -m pip install delvewheel cython
5959
6060
- name: Build wheels
61-
uses: joerick/cibuildwheel@v2.16.5
61+
uses: joerick/cibuildwheel@v2.21.3
6262

6363
- name: Install wheels
6464
shell: bash -l {0}

.github/workflows/wheel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pip install delvewheel cython
5151
5252
- name: Build wheels
53-
uses: joerick/cibuildwheel@v2.18.1
53+
uses: joerick/cibuildwheel@v2.21.3
5454

5555
- uses: actions/upload-artifact@v3
5656
with:
@@ -105,7 +105,7 @@ jobs:
105105
python -m pip install delvewheel cython
106106
107107
- name: Build wheels
108-
uses: joerick/cibuildwheel@v2.18.1
108+
uses: joerick/cibuildwheel@v2.21.3
109109

110110
- uses: actions/upload-artifact@v3
111111
with:
@@ -160,7 +160,7 @@ jobs:
160160
python -m pip install delvewheel cython
161161
162162
- name: Build wheels
163-
uses: joerick/cibuildwheel@v2.18.1
163+
uses: joerick/cibuildwheel@v2.21.3
164164

165165
- uses: actions/upload-artifact@v3
166166
with:
@@ -215,7 +215,7 @@ jobs:
215215
python -m pip install delvewheel cython
216216
217217
- name: Build wheels
218-
uses: joerick/cibuildwheel@v2.18.1
218+
uses: joerick/cibuildwheel@v2.21.3
219219

220220
- uses: actions/upload-artifact@v3
221221
with:
@@ -246,10 +246,10 @@ jobs:
246246
- name: Setup Python
247247
uses: actions/setup-python@v5
248248
with:
249-
python-version: "3.12"
249+
python-version: "3.13"
250250

251251
- name: Build wheels
252-
uses: joerick/cibuildwheel@v2.18.1
252+
uses: joerick/cibuildwheel@v2.21.3
253253

254254
- uses: actions/upload-artifact@v3
255255
with:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def fix_exts(sources):
6969
'Programming Language :: Python :: 3.10',
7070
'Programming Language :: Python :: 3.11',
7171
'Programming Language :: Python :: 3.12',
72+
'Programming Language :: Python :: 3.13',
7273
'Programming Language :: Python :: Implementation :: CPython',
7374
],
7475
packages=['fastparquet'],

0 commit comments

Comments
 (0)