From dbca11bc770ffd7ae8d9e3c35ba6c4cf6754282b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Tue, 10 Dec 2024 12:11:14 +0100 Subject: [PATCH] Revert "Bump Python version in pyproject.toml to >=3.8" This reverts commit b00102da62a5341ea1ea12c8154c0fff614db0e4. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e23a17a..bc2be67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,2 @@ [build-system] requires = ["setuptools", "wheel", "Cython"] - -[project] -requires-python = ">= 3.8"