Skip to content

Commit

Permalink
disable python 3.13 for windows in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fbxiang committed Oct 3, 2024
1 parent bc4f3bb commit c877626
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs: build-windows-sapien
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -131,11 +131,6 @@ jobs:
with:
name: windows-wheel-3.12
path: wheelhouse
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: windows-wheel-3.13
path: wheelhouse
- name: Download wheels
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit c877626

Please sign in to comment.