Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab00238

Browse files
committed
👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
1 parent 2299711 commit ab00238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: "3.7"
20+
python-version: "3.10"
2121
# Issue ref: https://github.com/actions/setup-python/issues/436
2222
# cache: "pip"
2323
cache-dependency-path: pyproject.toml

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
45+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4646
pydantic-version: ["pydantic-v1", "pydantic-v2"]
4747
fail-fast: false
4848
steps:

0 commit comments

Comments
 (0)