From 5e721c5c821c9c891c37f829b6c9c0e0c122f57e Mon Sep 17 00:00:00 2001 From: Filip Komarzyniec Date: Mon, 27 May 2024 12:51:08 +0200 Subject: [PATCH] dropped support for python3.6 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72096f0..69d313c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] dependencies = [ "numpy" ] -requires-python = ">= 3.6" +requires-python = ">= 3.7" authors = [ {name = "Matthieu Viry", email = "matthieu.viry@cnrs.fr"}, ] @@ -24,7 +24,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",