Skip to content

Commit 3510e70

Browse files
committed
👷 ⬆️ Upgrade CI Python 3.7 → 3.10
1 parent 30c79c6 commit 3510e70

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
@@ -118,7 +118,7 @@ jobs:
118118
build-nightly:
119119
working_directory: /home/circleci/build
120120
docker:
121-
- image: cimg/python:3.7
121+
- image: cimg/python:3.10
122122
steps:
123123
- checkout:
124124
path: /home/circleci/build
@@ -134,7 +134,7 @@ jobs:
134134
build-version:
135135
working_directory: /home/circleci/build
136136
docker:
137-
- image: cimg/python:3.7
137+
- image: cimg/python:3.10
138138
steps:
139139
- checkout:
140140
path: /home/circleci/build
@@ -150,7 +150,7 @@ jobs:
150150
deploy-nightly:
151151
working_directory: /home/circleci/
152152
docker:
153-
- image: cimg/python:3.7
153+
- image: cimg/python:3.10
154154
steps:
155155
- attach_workspace:
156156
at: /home/circleci/
@@ -159,7 +159,7 @@ jobs:
159159
deploy-version:
160160
working_directory: /home/circleci/
161161
docker:
162-
- image: cimg/python:3.7
162+
- image: cimg/python:3.10
163163
steps:
164164
- attach_workspace:
165165
at: /home/circleci/

0 commit comments

Comments
 (0)