From 65db0dc7cf1aea3c948567d6536ac878fa15d98c Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Mon, 29 Apr 2024 12:41:53 +0200 Subject: [PATCH] Support only the latest three Python versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2f3c26c6..912abe6fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "biotite" -requires-python = ">=3.7" +requires-python = ">=3.10" description = "A comprehensive library for computational molecular biology" readme = "README.rst" authors = [{name = "The Biotite contributors"}]