push-status: Lower required Python version

This commit is contained in:
Steffen Vogel 2024-03-13 12:09:24 +01:00
parent daea893309
commit dcf82aad23

View file

@ -7,7 +7,7 @@ license = "Apache-2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9"
diskcache = "^5.6.3"
retry = "^0.9.2"
uptime-kuma-api = "^1.2.1"