Skip to content

Commit

Permalink
Requires python > 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Dec 18, 2024
1 parent c8fa8b9 commit 01f357b
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 @@ -31,7 +31,7 @@
# lockstep with dbt-core which requires Python > 3.8
if sys.version_info < (3, 9):
print("Error: dbt-oracle does not support this version of Python.")
print("Please upgrade to Python 3.8 or higher.")
print("Please upgrade to Python 3.9 or higher.")
sys.exit(1)


Expand Down

0 comments on commit 01f357b

Please sign in to comment.