diff --git a/setup.py b/setup.py index 07bf4a4d..8b686dca 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ 'License :: OSI Approved :: BSD License', 'Intended Audience :: Science/Research', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9'], + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10'], keywords='pyiron', packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),