Skip to content

Commit

Permalink
rm py 3.12 as it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Oct 25, 2023
1 parent f70e556 commit 1c49f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
target: [x86, x64]
defaults:
run:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
target: [x86_64, aarch64]
defaults:
run:
Expand Down

0 comments on commit 1c49f8c

Please sign in to comment.