main.yml: merge branch 'gha-try-new-runner':

- update runner image (20.04 gets end of date)
- update python versions (v.3.7 is unsupported for 24.04, bump v.3.14 to next alpha)
pull/3948/head
sebres 2025-02-25 18:36:04 +01:00
commit 1c61836169
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
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: