Make python version specifier consistent
Committed 19e5ef
--- a/pyproject.toml
+++ b/pyproject.toml
mentions = "webint_mentions:app"
[tool.poetry.dependencies]
-python = "^3.10,<3.11"
+python = ">=3.10,<3.11"
webint = ">=0.0"
[tool.poetry.group.dev.dependencies]