From 7aeaaacb8d95c12e0750e1bded737c9e61146a60 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 2 Dec 2019 13:03:49 -0800 Subject: [PATCH] Update pathlib2 to be included in python 3.4 (#1236) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9dccccf0a1..91eed46c84 100644 --- a/setup.py +++ b/setup.py @@ -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.*',