Skip to content

Commit

Permalink
fix: setup version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 1, 2020
1 parent 14abbbf commit c1f84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
elif sys.version_info >= (3, 7, 0):
py_tag = PY37
else:
raise OSError('Jina requires Python 3.7 and above, but yours is %s' % sys.version_info)
raise OSError('Jina requires Python 3.7 and above, but yours is %s' % sys.version)

try:
pkg_name = 'jina'
Expand Down

0 comments on commit c1f84a7

Please sign in to comment.