Skip to content

Commit

Permalink
msvc-runtime is not yet available for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Dec 16, 2023
1 parent a18638f commit aa60e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.7", "3.12"]
python-version: ["3.7", "3.11"] #, 3.12

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ] #, '3.12' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aa60e4c

Please sign in to comment.