macos - drop Python 3.10 since homebrew is having trouble

This commit is contained in:
James R. Barlow
2023-01-02 13:08:42 -08:00
parent 45f97d1565
commit 3f7cefcf5d
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python: ["3.10", "3.11"]
python: ["3.11"]
env:
OS: ${{ matrix.os }}