We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc25972 commit 1766839Copy full SHA for 1766839
metaflow/click_api.py
@@ -3,7 +3,7 @@
3
if sys.version_info < (3, 7):
4
raise RuntimeError(
5
"""
6
- 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
7
8
)
9
0 commit comments