Actually include 3.13 for wheel-building

This commit is contained in:
Charlie Lin 2024-06-20 09:18:04 -04:00 committed by GitHub
parent 3aa85c6ef8
commit 55f88dca4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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