We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f5f63 commit 3d2534eCopy full SHA for 3d2534e
setup.py
@@ -45,7 +45,8 @@ def find_stub_files(name: str) -> List[str]:
45
'Development Status :: 3 - Alpha',
46
'License :: OSI Approved :: MIT License',
47
'Programming Language :: Python :: 3.6',
48
- 'Programming Language :: Python :: 3.7'
+ 'Programming Language :: Python :: 3.7',
49
+ 'Programming Language :: Python :: 3.8'
50
],
51
project_urls={
52
'Release notes': 'https://github.com/typeddjango/django-stubs/releases',
0 commit comments