From fe3ecc172fe0bddf835ef5c6b5dc395d320aa582 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 27 Oct 2023 15:18:42 +0200 Subject: [PATCH] Do not use Python 3.12 until supported by dependencies --- scraper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/pyproject.toml b/scraper/pyproject.toml index 262b334..e510de7 100644 --- a/scraper/pyproject.toml +++ b/scraper/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "kolibri2zim" authors = [{ name = "Kiwix", email = "dev@kiwix.org" }] keywords = ["kiwix", "zim", "offline", "kolibri"] -requires-python = ">=3.11" +requires-python = ">=3.11,<3.12" description = "Make ZIM file from Kolibri Channels" readme = "../README.md" license = { text = "GPL-3.0-or-later" }