Skip to content

Commit

Permalink
Upgrade to Python 3.11 in CircleCI (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Nov 22, 2024
1 parent 1cc3090 commit fdc998c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fdc998c

Please sign in to comment.