Update python in CI (#5544)

Bump python version in the CI to current versions.

This is the same as #5503 that for some reason got closed when the merge
of the `drop-py38` branch happened
This commit is contained in:
Šarūnas Nejus 2025-03-27 02:23:53 +00:00 committed by GitHub
commit 19ee164560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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' }}