Skip to content

Commit 0a05958

Browse files
authored
Force Python3.11+ as a system requirement
1 parent cbaa222 commit 0a05958

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
contentctl = 'contentctl.contentctl:main'
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.9"
13+
python = "^3.11"
1414
pydantic = "^2.5.1"
1515
PyYAML = "^6.0.1"
1616
requests = "~2.32.2"

0 commit comments

Comments
 (0)