Skip to content

Commit 01f357b

Browse files
committed
Requires python > 3.9
1 parent c8fa8b9 commit 01f357b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# lockstep with dbt-core which requires Python > 3.8
3232
if sys.version_info < (3, 9):
3333
print("Error: dbt-oracle does not support this version of Python.")
34-
print("Please upgrade to Python 3.8 or higher.")
34+
print("Please upgrade to Python 3.9 or higher.")
3535
sys.exit(1)
3636

3737

0 commit comments

Comments
 (0)