mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 20:33:17 +00:00
Build wheels for 3.13 as well
This commit is contained in:
parent
eb71e1dedb
commit
3aa85c6ef8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/wheel.yml
vendored
2
.github/workflows/wheel.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
|
allow-prereleases: true
|
||||||
|
check-latest: true
|
||||||
- name: Cythonize
|
- name: Cythonize
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue