Publish pre-built wheels for Python 3.13 (#1485)

This commit is contained in:
Fangjun Kuang
2024-10-28 10:37:50 +08:00
committed by GitHub
parent 91e090ff86
commit 9eb493f6bf
13 changed files with 28 additions and 15 deletions

View File

@@ -53,6 +53,8 @@ jobs:
python-version: "3.11"
- os: ubuntu-22.04
python-version: "3.12"
- os: ubuntu-22.04
python-version: "3.13"
steps:
- uses: actions/checkout@v4