Exclude Python 3.6 and 3.7 from CI matrix for MacOS

This commit is contained in:
valeros
2024-06-03 15:06:46 +03:00
parent fd1333f031
commit 7cf8d1d696

View File

@ -11,7 +11,9 @@ jobs:
python-version: ["3.6", "3.7", "3.11", "3.12"]
exclude:
- os: macos-latest
- python-version: ["3.6", "3.7"]
python-version: "3.6"
- os: macos-latest
python-version: "3.7"
runs-on: ${{ matrix.os }}