Skip to content

Commit 4693a5a

Browse files
authored
Drop support for Python 3.5, 3.6 (#40)
1 parent c2ff5b8 commit 4693a5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
'Intended Audience :: Developers',
1717
'License :: OSI Approved :: MIT License',
1818
'Programming Language :: Python :: 3',
19-
'Programming Language :: Python :: 3.5',
20-
'Programming Language :: Python :: 3.6',
2119
'Programming Language :: Python :: 3.7',
2220
'Programming Language :: Python :: 3.8',
2321
'Programming Language :: Python :: 3.9',
@@ -28,7 +26,7 @@
2826

2927
setup(
3028
name='mypy_extensions',
31-
python_requires='>=3.5',
29+
python_requires='>=3.7',
3230
version=version,
3331
description=description,
3432
long_description=long_description,

0 commit comments

Comments
 (0)