diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 441fb43..032adde 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -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