💚 Fix CI test suite for Python 3.7 (#1309)

This commit is contained in:
Sofie Van Landeghem 2025-02-24 10:18:24 +01:00 committed by GitHub
parent 8a35352bc5
commit ac9d1a514a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ env:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest ]
python-version:
- "3.8"
- "3.9"
@ -35,7 +35,15 @@ jobs:
pydantic-version:
- pydantic-v1
- pydantic-v2
include:
- os: ubuntu-22.04
python-version: "3.7"
pydantic-version: pydantic-v1
- os: ubuntu-22.04
python-version: "3.7"
pydantic-version: pydantic-v2
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python