Skip to content

Commit 0a3370e

Browse files
committed
CI: Skip 3.10 for Windows/Mac while we wait on numpy builds
1 parent 0077b2a commit 0a3370e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
- os: macos-latest
4949
architecture: x86
5050
- os: windows-latest
51-
python-version: 3.9
51+
python-version: "3.10.0-rc.1"
5252
- os: macos-latest
53-
python-version: 3.9
53+
python-version: "3.10.0-rc.1"
5454

5555
env:
5656
DEPENDS: ${{ matrix.depends }}

0 commit comments

Comments
 (0)