From ba0b9760acb8f979e1b5630731cb736527dae4de Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Fri, 21 Jul 2023 10:58:05 +0200 Subject: [PATCH] Update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ab9e1a6..b61c888 100644 --- a/setup.py +++ b/setup.py @@ -44,9 +44,10 @@ setup( 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering :: Mathematics' ],