Skip to content

Commit fdc998c

Browse files
authored
Upgrade to Python 3.11 in CircleCI (#222)
1 parent 1cc3090 commit fdc998c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44

55
integration-postgres:
66
docker:
7-
- image: cimg/python:3.9
7+
- image: cimg/python:3.11
88
- image: cimg/postgres:9.6
99
environment:
1010
POSTGRES_USER: root
@@ -38,7 +38,7 @@ jobs:
3838

3939
integration-redshift:
4040
docker:
41-
- image: cimg/python:3.9
41+
- image: cimg/python:3.11
4242
steps:
4343
- checkout
4444
- run: pip install dbt-core dbt-redshift
@@ -60,7 +60,7 @@ jobs:
6060

6161
integration-snowflake:
6262
docker:
63-
- image: cimg/python:3.9
63+
- image: cimg/python:3.11
6464
steps:
6565
- checkout
6666
- run: pip install dbt-core dbt-snowflake
@@ -84,7 +84,7 @@ jobs:
8484
environment:
8585
BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json"
8686
docker:
87-
- image: cimg/python:3.9
87+
- image: cimg/python:3.11
8888
steps:
8989
- checkout
9090
- run: pip install dbt-core dbt-bigquery

0 commit comments

Comments
 (0)