Update python to current supported versions.

This commit is contained in:
Fabio Alessandro Locati 2024-11-13 18:39:31 +01:00
parent 670a3bcd17
commit 4b04d0e7c8
No known key found for this signature in database
GPG key ID: 6C87B5F613A3F7F8

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.9"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.platform }}
env:
IS_MAIN_PYTHON: ${{ matrix.python-version == '3.9' && matrix.platform == 'ubuntu-latest' }}