Skip to content

Commit e21450c

Browse files
committed
fix: Python version
1 parent ca4a783 commit e21450c

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
repository = "https://github.com/jackylamhk/python-http-csp"
1111

1212
[tool.poetry.dependencies]
13-
python = ">3.9"
13+
python = ">=3.9"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^7.4.3"

0 commit comments

Comments
 (0)