diff --git a/setup.py b/setup.py index 1d0b6fceb..313d25863 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ scripts=[], data_files=[], install_requires=["numpy>=1.16", "scipy>=1.6"], - python_requires=">=3.6", + python_requires=">=3.7", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', @@ -92,10 +92,11 @@ 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Information Analysis', 'Programming Language :: Python :: 3', - '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', ] )