Skip to content

Commit 3d2534e

Browse files
authored
Closes #392
1 parent 54f5f63 commit 3d2534e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def find_stub_files(name: str) -> List[str]:
4545
'Development Status :: 3 - Alpha',
4646
'License :: OSI Approved :: MIT License',
4747
'Programming Language :: Python :: 3.6',
48-
'Programming Language :: Python :: 3.7'
48+
'Programming Language :: Python :: 3.7',
49+
'Programming Language :: Python :: 3.8'
4950
],
5051
project_urls={
5152
'Release notes': 'https://github.com/typeddjango/django-stubs/releases',

0 commit comments

Comments
 (0)