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 1c49f8c commit d89853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: macos-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 d89853c

Please sign in to comment.