💚 Fix CI test suite for Python 3.7 (#1309)
This commit is contained in:
parent
8a35352bc5
commit
ac9d1a514a
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -23,9 +23,9 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ ubuntu-latest ]
|
||||||
python-version:
|
python-version:
|
||||||
- "3.8"
|
- "3.8"
|
||||||
- "3.9"
|
- "3.9"
|
||||||
@ -35,7 +35,15 @@ jobs:
|
|||||||
pydantic-version:
|
pydantic-version:
|
||||||
- pydantic-v1
|
- pydantic-v1
|
||||||
- pydantic-v2
|
- 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
|
fail-fast: false
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user