Skip to content

Commit 3253d34

Browse files
committed
Drop support for Python 3.10
1 parent b1ad9fa commit 3253d34

File tree

3 files changed

+23
-182
lines changed

3 files changed

+23
-182
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version:
14-
- "3.10"
1514
- "3.11"
1615
- "3.12"
1716
- "3.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"uvicorn",
1313
"termcolor",
1414
]
15-
requires-python = ">=3.10"
15+
requires-python = ">=3.11"
1616
readme = "README.md"
1717

1818
[project.urls]

0 commit comments

Comments
 (0)