main.yml: update python versions

v.3.7 is unsupported for 24.04, bump v.3.14 to next alpha
pull/3955/head
Sergey G. Brester 2025-02-25 18:29:26 +01:00 committed by GitHub
parent c340fb0ef4
commit fdac34a3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.4', pypy3.10]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.5', pypy3.10]
fail-fast: false
# Steps represent a sequence of tasks that will be executed as part of the job
steps: