CI: remove Python 3.7, add Python 3.12

This commit is contained in:
XhmikosR
2023-12-10 08:50:50 +02:00
committed by GitHub
parent 4ee89fc68a
commit 45276ff4bc

View File

@@ -20,11 +20,11 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python: python:
- '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
- '3.10' - '3.10'
- '3.11' - '3.11'
- '3.12'
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest