Skip to content

Commit

Permalink
co: add Python 3.13 support to workflow for wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Sep 16, 2024
1 parent dfb501e commit e181929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ "3.9", "3.10", "3.11", "3.12" ]
python: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]

runs-on: windows-2019
steps:
Expand All @@ -31,6 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'pip'
allow-prereleases: true

- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit e181929

Please sign in to comment.