Fix string/tuple concatenation

This commit is contained in:
Hugo
2019-08-08 16:48:34 +03:00
parent 9da4df20d1
commit d3383b6c41

View File

@@ -13,7 +13,7 @@ from parso.utils import parse_version_string
collect_ignore = ["setup.py"]
VERSIONS_2 = '2.7'
VERSIONS_2 = '2.7',
VERSIONS_3 = '3.4', '3.5', '3.6', '3.7', '3.8'