We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff5b8 commit 4693a5aCopy full SHA for 4693a5a
setup.py
@@ -16,8 +16,6 @@
16
'Intended Audience :: Developers',
17
'License :: OSI Approved :: MIT License',
18
'Programming Language :: Python :: 3',
19
- 'Programming Language :: Python :: 3.5',
20
- 'Programming Language :: Python :: 3.6',
21
'Programming Language :: Python :: 3.7',
22
'Programming Language :: Python :: 3.8',
23
'Programming Language :: Python :: 3.9',
@@ -28,7 +26,7 @@
28
26
29
27
setup(
30
name='mypy_extensions',
31
- python_requires='>=3.5',
+ python_requires='>=3.7',
32
version=version,
33
description=description,
34
long_description=long_description,
0 commit comments