We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fa8b9 commit 01f357bCopy full SHA for 01f357b
setup.py
@@ -31,7 +31,7 @@
31
# lockstep with dbt-core which requires Python > 3.8
32
if sys.version_info < (3, 9):
33
print("Error: dbt-oracle does not support this version of Python.")
34
- print("Please upgrade to Python 3.8 or higher.")
+ print("Please upgrade to Python 3.9 or higher.")
35
sys.exit(1)
36
37
0 commit comments