Skip to content

Commit 89b04b9

Browse files
committed
3.13 test
1 parent f6beb99 commit 89b04b9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/python.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,9 @@ jobs:
8888
- { os: windows-latest, python-version: 3.10 }
8989
- { os: windows-latest, python-version: 3.11 }
9090
- { os: windows-latest, python-version: 3.12 }
91-
- { os: windows-latest, python-version: 3.9 }
92-
- { os: ubuntu-latest, python-version: 3.9 }
93-
- { os: ubuntu-latest, python-version: 3.10 }
94-
- { os: ubuntu-latest, python-version: 3.11 }
95-
- { os: ubuntu-latest, python-version: 3.12 }
96-
# include:
97-
# - { os: self-hosted, module: gpu, python-version: 3.9}
98-
# - { os: macos-latest, module: metal, python-version: "3.10" }
91+
include:
92+
- { os: self-hosted, module: gpu, python-version: 3.9}
93+
- { os: macos-latest, module: metal, python-version: "3.10" }
9994

10095
steps:
10196
- name: Check out code

0 commit comments

Comments
 (0)