From d4b8d6ccb4302441b0c4f019ee791649e24dff80 Mon Sep 17 00:00:00 2001 From: himoto Date: Tue, 19 Nov 2024 18:49:28 +0000 Subject: [PATCH] Update supported Python versions --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 47263dc..64d9352 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,11 @@ def readme(): classifiers=[ 'Development Status :: 4 - Beta', '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', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Physics' ],