From 87ab0fd6ee1e6940cfb291e6eee53d289b86b29d Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Mon, 24 Jun 2024 15:18:32 -0300 Subject: [PATCH] Move dbt 1.8 tests to python 3.10 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e5355d2..5f33cc93 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = poetry remove apache-airflow kubernetes [testenv:dbt170] -basepython = python3.9 +basepython = python3.10 passenv = * deps= dbt-core==1.8.0