From 9cb5d36ee17be133cf29284f18f6a08728c990cf Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Fri, 22 Nov 2024 08:34:14 -0700 Subject: [PATCH] Upgrade to Python 3.11 in CircleCI --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d873aa4..348ba3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: integration-postgres: docker: - - image: cimg/python:3.9 + - image: cimg/python:3.11 - image: cimg/postgres:9.6 environment: POSTGRES_USER: root @@ -38,7 +38,7 @@ jobs: integration-redshift: docker: - - image: cimg/python:3.9 + - image: cimg/python:3.11 steps: - checkout - run: pip install dbt-core dbt-redshift @@ -60,7 +60,7 @@ jobs: integration-snowflake: docker: - - image: cimg/python:3.9 + - image: cimg/python:3.11 steps: - checkout - run: pip install dbt-core dbt-snowflake @@ -84,7 +84,7 @@ jobs: environment: BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json" docker: - - image: cimg/python:3.9 + - image: cimg/python:3.11 steps: - checkout - run: pip install dbt-core dbt-bigquery