Skip to content

Commit 27f2e42

Browse files
authored
Bump typing_extensions version and typing dependency version (#652)
1 parent baf63c5 commit 27f2e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typing_extensions/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'to install the typing package.\n')
1010
exit(1)
1111

12-
version = '3.7.2'
12+
version = '3.7.4'
1313
description = 'Backported and Experimental Type Hints for Python 3.5+'
1414
long_description = '''\
1515
Typing Extensions -- Backported and Experimental Type Hints for Python
@@ -53,7 +53,7 @@
5353

5454
install_requires = []
5555
if sys.version_info < (3, 5):
56-
install_requires.append('typing >= 3.6.2')
56+
install_requires.append('typing >= 3.7.4')
5757

5858
setup(name='typing_extensions',
5959
version=version,

0 commit comments

Comments
 (0)