Skip to content

Commit 934a292

Browse files
authored
Merge pull request #141 from abn/fix/pyproject
chore: update min supported python version to 3.11
2 parents 47db767 + 3d6a240 commit 934a292

File tree

2 files changed

+966
-1261
lines changed

2 files changed

+966
-1261
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
"Development Status :: 4 - Beta",
2323
"Intended Audience :: Developers",
2424
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
2827
"Framework :: FastAPI",
@@ -31,7 +30,7 @@ classifiers = [
3130
"Topic :: Software Development :: Libraries :: Application Frameworks"
3231
]
3332
readme = "README.md"
34-
requires-python = ">=3.10,<3.13"
33+
requires-python = ">=3.11,<3.13"
3534

3635
# SPDX licence expression + explicit licence file (PEP 639)
3736
license = "Apache-2.0"

0 commit comments

Comments
 (0)