diff --git a/setup.py b/setup.py index 52ea03af7..fb3bf7cd2 100644 --- a/setup.py +++ b/setup.py @@ -90,11 +90,11 @@ def find_version(*file_paths): 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], entry_points={"console_scripts": ["xparl=parl.remote.scripts:main"]}, )