From 33cd0c4a2db233cb0ac7b7506782fc709c631b29 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:32:17 -0400 Subject: [PATCH] Update setup.py Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56bd09065..29a66178e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys import re -# require python 3.7 or newer +# require python 3.8 or newer 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.')