Skip to content

Commit

Permalink
update for py3.13 (#944)
Browse files Browse the repository at this point in the history
* update for py3.13

* run wheel on 3.13
  • Loading branch information
martindurant authored Nov 12, 2024
1 parent 25f3370 commit 95416ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.21.3

- name: Install wheels
shell: bash -l {0}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.18.1
uses: joerick/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.18.1
uses: joerick/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.18.1
uses: joerick/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.18.1
uses: joerick/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -246,10 +246,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Build wheels
uses: joerick/cibuildwheel@v2.18.1
uses: joerick/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def fix_exts(sources):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
],
packages=['fastparquet'],
Expand Down

0 comments on commit 95416ad

Please sign in to comment.