From 2f4c3cf3aa180e554231b0f19334fa6d9f46ca41 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Tue, 19 Sep 2023 11:27:07 +0200 Subject: [PATCH] Update supported python versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e44c494..7f9dbf2 100644 --- a/setup.py +++ b/setup.py @@ -53,9 +53,9 @@ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", - "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", "Topic :: Scientific/Engineering", "Operating System :: OS Independent", ],