From 883453158dd514417a7f9a469d32ee901b965e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Wed, 15 May 2024 13:44:32 +0200 Subject: [PATCH] fix: Wrong pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bdb53a28..d08947044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Topic :: Communications", "Topic :: Utilities", ] +requires-python = ">=3.8,<3.12" dependencies = [ "click>=3.2", "click_log>=0.2.0", @@ -68,7 +69,6 @@ ikhal = "khal.cli:main_ikhal" [build-system] requires = ["setuptools>=64", "setuptools_scm>=8"] build-backend = "setuptools.build_meta" -requires-python = ">=3.8,<3.12" [tool.setuptools.packages] find = {}