Skip to content

Commit d198d73

Browse files
committed
Adjust python version range
1 parent 29aaaca commit d198d73

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.12, <3.13"
9+
python = ">=3.13, <3.14"
1010
fastapi = "^0.115.4"
1111
pydantic = {version = "^2.9.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.32.0"}

0 commit comments

Comments
 (0)