Skip to content

Commit a200a4e

Browse files
test more py versions upon push, rm py314 for macos-intel
1 parent df667b7 commit a200a4e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-22.04]
26-
py: [cp311, cp312]
26+
py: [cp311, cp312, cp313, cp314]
2727
steps:
2828
- uses: actions/checkout@v4
2929
name: Checkout repository
@@ -110,7 +110,7 @@ jobs:
110110
- os: windows-latest
111111
python: 314
112112
platform_id: win_amd64
113-
# macOS x86_64
113+
# macOS x86_64 (py314 not supported due to missing torchvision wheels)
114114
- os: macos-15-intel
115115
python: 39
116116
platform_id: macosx_x86_64
@@ -126,9 +126,6 @@ jobs:
126126
- os: macos-15-intel
127127
python: 313
128128
platform_id: macosx_x86_64
129-
- os: macos-15-intel
130-
python: 314
131-
platform_id: macosx_x86_64
132129
# macOS arm64
133130
- os: macos-14
134131
python: 39

0 commit comments

Comments
 (0)