Skip to content

Commit 55ce553

Browse files
committed
Use new cPyparsing
1 parent 7ce9e04 commit 55ce553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coconut/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ def get_path_env_var(env_var, default):
10721072

10731073
# min versions are inclusive
10741074
unpinned_min_versions = {
1075-
"cPyparsing": (2, 4, 7, 2, 4, 1),
1075+
"cPyparsing": (2, 4, 7, 2, 4, 3),
10761076
("pre-commit", "py3"): (4,),
10771077
("psutil", "py3"): (7,),
10781078
"jupyter": (1, 1),

0 commit comments

Comments
 (0)