Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jul 28, 2022
1 parent eae9d62 commit f149f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def nice_version_name() -> str:
return __version__


if sys.version_info < (3, 10):
if sys.version_info < (3, 7):
warnings.warn(
"DataHub will require Python 3.7 or newer in a future release. "
"Please upgrade your Python version to continue using DataHub.",
Expand Down

0 comments on commit f149f53

Please sign in to comment.