Skip to content

Commit aa60e4c

Browse files
committed
msvc-runtime is not yet available for py312
1 parent a18638f commit aa60e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
platform: [windows-latest, macos-latest, ubuntu-latest]
53-
python-version: ["3.7", "3.12"]
53+
python-version: ["3.7", "3.11"] #, 3.12
5454

5555
runs-on: ${{ matrix.platform }}
5656

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
strategy:
170170
fail-fast: false
171171
matrix:
172-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
172+
python-version: [ '3.8', '3.9', '3.10', '3.11' ] #, '3.12' ]
173173

174174
steps:
175175
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)