CI: reduce CI matrix

Run the oldest and the latest supported versions on macOS and Windows
This commit is contained in:
XhmikosR
2023-12-10 09:09:16 +02:00
parent 598794a484
commit e2d262809e

View File

@@ -27,8 +27,15 @@ jobs:
- '3.12'
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- os: macos-latest
python: '3.8'
- os: macos-latest
python: '3.12'
- os: windows-latest
python: '3.8'
- os: windows-latest
python: '3.12'
steps:
- name: Clone repository