mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Actually include 3.13 for wheel-building
This commit is contained in:
parent
3aa85c6ef8
commit
55f88dca4d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/wheel.yml
vendored
4
.github/workflows/wheel.yml
vendored
|
|
@ -23,7 +23,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: |
|
||||
3.x
|
||||
3.13
|
||||
cache: "pip"
|
||||
allow-prereleases: true
|
||||
check-latest: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue