Skip to content

Commit 471c335

Browse files
committed
update error message
1 parent fc0ee63 commit 471c335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaflow/click_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if sys.version_info < (3, 7):
44
raise RuntimeError(
55
"""
6-
The Metaflow Programmatic API requires 'typeguard', which is not supported for python 3.5 and 3.6.
6+
The Metaflow Programmatic API is not supported for versions of Python less than 3.7
77
"""
88
)
99

0 commit comments

Comments
 (0)