From dcf82aad23d8912ee6cad618da6ec7303e7e713a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 13 Mar 2024 12:09:24 +0100 Subject: [PATCH] push-status: Lower required Python version --- python/push-status/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/push-status/pyproject.toml b/python/push-status/pyproject.toml index e9ec31a..9d9225b 100644 --- a/python/push-status/pyproject.toml +++ b/python/push-status/pyproject.toml @@ -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"