From f2935dcf40626bcca4f0080549acae854a70d1d8 Mon Sep 17 00:00:00 2001 From: Marc Koch Date: Mon, 16 Sep 2024 22:17:33 +0200 Subject: [PATCH] require python >=3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da9931a..bc7e331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "cgn-appointments" dynamic = ["version"] description = 'Scrapes appointments from termine.stadt-koeln.de an sends a message to a ntfy server.' readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.12" license = "MIT" keywords = ["selenim", "cologne", "scraper"] authors = [