From 926fd357a0e37295933a0a848b55cbf2860eec4d Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:09:42 +0200 Subject: [PATCH] MAINT: set `requires-python` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0d3a632..d322af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "compwa-github-page" +requires-python = ">=3.12" version = "0.0.0" [project.optional-dependencies]