Disable macOS runner for Pyrhon 3.6, 3.7

This commit is contained in:
Ivan Kravets
2024-05-24 09:04:00 +03:00
parent 9899547b73
commit 8e21259222

View File

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