Skip to content

Commit

Permalink
Update comment to be evergreen
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Aug 3, 2023
1 parent b1e8528 commit ec1536d
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
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys

# require python 3.7 or newer
# require a supported version of Python
if sys.version_info < (3, 8):
print("Error: dbt does not support this version of Python.")
print("Please upgrade to Python 3.8 or higher.")
Expand Down

0 comments on commit ec1536d

Please sign in to comment.