Drop support for EOL Python 3.3

This commit is contained in:
Hugo
2018-05-10 15:40:01 +03:00
parent f6bdba65c0
commit 0341f69691
4 changed files with 3 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ from parso.utils import parse_version_string
collect_ignore = ["setup.py"]
VERSIONS_2 = '2.7'
VERSIONS_3 = '3.3', '3.4', '3.5', '3.6', '3.7', '3.8'
VERSIONS_3 = '3.4', '3.5', '3.6', '3.7', '3.8'
@pytest.fixture(scope='session')