From c317945aa2f5c825c60904b15d9db32875f2d3a7 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 15 Mar 2024 22:56:36 -0700 Subject: [PATCH] pyproject.toml: Require python >= 3.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edef02e..f85b4ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ authors = [ dependencies = [ "Cython", ] -requires-python = ">=3.6" +requires-python = ">=3.8" readme = "README.md" license = {text = "GPLv3"} classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 6 - Mature", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Cython",