Skip to content

Commit ae4efaf

Browse files
authored
Merge branch 'main' into db-comments
2 parents 3db51e0 + ce22f2a commit ae4efaf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/test.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ env:
2323

2424
jobs:
2525
test:
26-
runs-on: ubuntu-latest
2726
strategy:
2827
matrix:
28+
os: [ ubuntu-latest ]
2929
python-version:
3030
- "3.8"
3131
- "3.9"
@@ -35,7 +35,15 @@ jobs:
3535
pydantic-version:
3636
- pydantic-v1
3737
- pydantic-v2
38+
include:
39+
- os: ubuntu-22.04
40+
python-version: "3.7"
41+
pydantic-version: pydantic-v1
42+
- os: ubuntu-22.04
43+
python-version: "3.7"
44+
pydantic-version: pydantic-v2
3845
fail-fast: false
46+
runs-on: ${{ matrix.os }}
3947
steps:
4048
- uses: actions/checkout@v4
4149
- name: Set up Python

docs/release-notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
### Internal
2424

25+
* 💚 Fix CI test suite for Python 3.7. PR [#1309](https://github.com./fastapi/sqlmodel/pull/1309) by [@svlandeg](https://github.com./svlandeg).
26+
* 👷 Revert "Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately (#1303)". PR [#1306](https://github.com./fastapi/sqlmodel/pull/1306) by [@svlandeg](https://github.com./svlandeg).
27+
* 👷 Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately. PR [#1303](https://github.com./fastapi/sqlmodel/pull/1303) by [@tiangolo](https://github.com./tiangolo).
2528
* 👷 Add retries to Smokeshow. PR [#1302](https://github.com./fastapi/sqlmodel/pull/1302) by [@svlandeg](https://github.com./svlandeg).
2629
* ⬆ Bump astral-sh/setup-uv from 4 to 5. PR [#1249](https://github.com./fastapi/sqlmodel/pull/1249) by [@dependabot[bot]](https://github.com./apps/dependabot).
2730
* ⬆ Bump pillow from 10.3.0 to 11.0.0. PR [#1139](https://github.com./fastapi/sqlmodel/pull/1139) by [@dependabot[bot]](https://github.com./apps/dependabot).

0 commit comments

Comments
 (0)