Skip to content

Commit 16dcd1f

Browse files
authored
Update setup.cfg
1 parent e7288e7 commit 16dcd1f

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
@@ -26,5 +26,5 @@ show_missing = true
2626
# Then run "python3 setup.py bdist_wheel" to build a wheel file
2727
# (and then upload that to PyPI).
2828
requires-dist =
29-
typed-ast >= 0.6.1; sys_platform != 'win32'
30-
typing >= 3.5.2; python_version < "3.5"
29+
typed-ast >= 0.6.2
30+
typing >= 3.5.3; python_version < "3.5"

0 commit comments

Comments
 (0)