.github: Add testing for 3.11 and latest (currently 3.12)

Verify build for all major.minor versions from 3.8 till latest.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-09-18 17:56:34 +02:00 committed by Marc Herbert
parent e432aff137
commit 4d1d8ad4d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
# This is enough to find many quoting issues