diff --git a/setup.py b/setup.py index b915b92..3a9d827 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,8 @@ setup( 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8' ], project_urls={ 'Release notes': 'https://github.com/typeddjango/django-stubs/releases',