Skip to content

Commit 2ab1e6e

Browse files
ddfisherGuido van Rossum
authored and
Guido van Rossum
committed
Update setup.cfg
1 parent 8e8298d commit 2ab1e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ show_missing = true
2727
# Then run "python3 setup.py bdist_wheel" to build a wheel file
2828
# (and then upload that to PyPI).
2929
requires-dist =
30-
typed-ast >= 0.6.1; sys_platform != 'win32'
31-
typing >= 3.5.2; python_version < "3.5"
30+
typed-ast >= 0.6.2
31+
typing >= 3.5.3; python_version < "3.5"

0 commit comments

Comments
 (0)