From 67b5b4f2a5d715cff73267c9334ee6c4bebf77d9 Mon Sep 17 00:00:00 2001 From: Javier Cladellas Date: Thu, 5 Dec 2024 10:03:23 +0100 Subject: [PATCH] try accept python 3.6 #117 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b7bad5e..9aadfff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,12 @@ authors = [ { name = "Christophe Prud'homme", email = "christophe.prudhomme@cemosis.fr" }, { name = "Vincent Chabannes", email = "vincent.chabannes@cemosis.fr" }, ] -requires-python = ">=3.7" +requires-python = ">=3.6" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",