exclude python 3.9 on Macos 14

This commit is contained in:
Matthias 2024-03-09 20:10:40 +01:00
parent 0bd50a6e24
commit 4e94178169

View File

@ -126,6 +126,9 @@ jobs:
matrix:
os: [ "macos-latest", "macos-13", "macos-14" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
python-version: "3.9"
steps:
- uses: actions/checkout@v4