Use Ubuntu 22.04 to run unit tests against Python 3.7 (#48233)

This commit is contained in:
Massimiliano Culpo 2024-12-20 10:02:02 +01:00 committed by GitHub
parent fdc85572f3
commit 64207e8fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,17 +15,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
on_develop:
- ${{ github.ref == 'refs/heads/develop' }}
include:
- python-version: '3.6'
os: ubuntu-20.04
on_develop: ${{ github.ref == 'refs/heads/develop' }}
exclude:
- python-version: '3.7'
os: ubuntu-latest
on_develop: false
os: ubuntu-22.04
on_develop: ${{ github.ref == 'refs/heads/develop' }}
exclude:
- python-version: '3.8'
os: ubuntu-latest
on_develop: false