Removed Python 3.7 on Cygwin

This commit is contained in:
Andrew Murray 2022-12-21 12:47:46 +11:00
parent 7b6f4c6ef5
commit d6e7904528

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-minor-version: [7, 8, 9]
python-minor-version: [8, 9]
timeout-minutes: 40