Skip to content

Commit b171dae

Browse files
Update pyproject.toml; python minimum version: 3.10 (#208)
1 parent 1247c39 commit b171dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["@mozilla/jbi-core"]
66
license = "MPL"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.8, <3.11"
9+
python = ">=3.10 <3.11"
1010
fastapi = "^0.79.0"
1111
pydantic = {version = "^1.9.2", extras = ["dotenv", "email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.18.2"}

0 commit comments

Comments
 (0)