Skip to content

Commit d71958e

Browse files
committed
drop py38 support
1 parent 682dc1d commit d71958e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-actions-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [ 3.8, 3.9, "3.10", 3.11, 3.12 ]
9+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1010
poetry-version: [ 1.2 ]
11-
pydantic-version: [ 1.10.0, 2.10 ]
11+
pydantic-version: [ 1.10.0, 2.11 ]
1212
os: [ ubuntu-latest ]
1313
runs-on: ${{ matrix.os }}
1414
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
packages = [{include = "lazy_model"}]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.8,<4.0"
12+
python = ">=3.9,<4.0"
1313
pydantic = ">=1.9.0"
1414

1515
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)