drop Windows unit tests from GitHub Actions

This drops Python 3.8 and Python 3.10 Windows coverage.
This commit is contained in:
Jean-Paul Calderone 2023-08-08 12:13:31 -04:00
parent 23628fffd8
commit 67cc25df11

@ -44,13 +44,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- windows-latest
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
include:
# On macOS don't bother with 3.8, just to get faster builds.
- os: macos-12