Skip to content

Commit ee730d4

Browse files
committed
drop python 2.6 support
1 parent 406d4ba commit ee730d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
author_email='[email protected]',
2525
url="https://github.com/common-workflow-language/common-workflow-language",
2626
download_url="https://github.com/common-workflow-language/common-workflow-language",
27-
extras_require={':python_version>="2.7"': ['typing']},
2827
license='Apache 2.0',
2928
packages=["cwltool"],
3029
package_data={'cwltool': ['schemas/draft-3/*.yml',
@@ -37,7 +36,8 @@
3736
'rdflib >= 4.1.0',
3837
'rdflib-jsonld >= 0.3.0',
3938
'shellescape',
40-
'schema_salad == 1.7.20160316203940'
39+
'schema_salad == 1.7.20160316203940',
40+
'typing'
4141
],
4242
test_suite='tests',
4343
tests_require=[],

0 commit comments

Comments
 (0)