Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-ob committed May 21, 2024
1 parent fc0ee63 commit 471c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/click_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if sys.version_info < (3, 7):
raise RuntimeError(
"""
The Metaflow Programmatic API requires 'typeguard', which is not supported for python 3.5 and 3.6.
The Metaflow Programmatic API is not supported for versions of Python less than 3.7
"""
)

Expand Down

0 comments on commit 471c335

Please sign in to comment.