Skip to content

Commit

Permalink
Update pathlib2 to be included in python 3.4 (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Dec 2, 2019
1 parent deb7195 commit 7aeaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_version(filename):
'aws-sam-translator>=1.15.1',
'jsonpatch',
'jsonschema~=3.0',
'pathlib2>=2.3.0;python_version<"3.4"',
'pathlib2>=2.3.0;python_version<="3.4"',
'importlib_resources~=1.0.2;python_version<"3.7"',
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
Expand Down

0 comments on commit 7aeaaac

Please sign in to comment.