Skip to content

Commit 327781f

Browse files
committed
python >= 3.10
1 parent 5957777 commit 327781f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"pydantic>=2.0.0",
2424
]
25-
requires-python = ">=3.9"
25+
requires-python = ">=3.10"
2626

2727
[project.optional-dependencies]
2828
dev = [

0 commit comments

Comments
 (0)