Skip to content

Commit c877626

Browse files
committed
disable python 3.13 for windows in ci
1 parent bc4f3bb commit c877626

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: build-windows-sapien
7878
strategy:
7979
matrix:
80-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
80+
python-version: ["3.9", "3.10", "3.11", "3.12"]
8181
steps:
8282
- name: Checkout
8383
uses: actions/checkout@v4
@@ -131,11 +131,6 @@ jobs:
131131
with:
132132
name: windows-wheel-3.12
133133
path: wheelhouse
134-
- name: Download wheels
135-
uses: actions/download-artifact@v4
136-
with:
137-
name: windows-wheel-3.13
138-
path: wheelhouse
139134
- name: Download wheels
140135
uses: actions/download-artifact@v3
141136
with:

0 commit comments

Comments
 (0)