diff --git a/setup.py b/setup.py index c107cd8..4045975 100644 --- a/setup.py +++ b/setup.py @@ -12,15 +12,15 @@ setup( maintainer='Open Radar Team', maintainer_email='', - python_requires='>=3.7', + python_requires='>=3.9', classifiers=[ 'Development Status :: 2 - Pre-Alpha', - 'License :: OSI Approved :: MIT', + 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python :: 3', - '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', 'Topic :: Scientific/Engineering', 'Operating System :: OS Independent', 'Intended Audience :: Science/Research',