Skip to content

Commit fb93245

Browse files
committed
build: change default python version to 3.10 to support mitmproxy
1 parent 938f347 commit fb93245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
parameters:
44
default-python-image:
55
type: string
6-
default: "cimg/python:3.8"
6+
default: "cimg/python:3.10"
77

88
executors:
99
docker-amd64-image:
@@ -193,7 +193,7 @@ workflows:
193193
matrix:
194194
parameters:
195195
exe: [ docker-amd64-image, docker-arm64-image ]
196-
python-image: [ << pipeline.parameters.default-python-image >>, "cimg/python:3.9", "cimg/python:3.10", "cimg/python:3.11", "cimg/python:3.12", cimg/python:3.13 ]
196+
python-image: [ "cimg/python:3.8", "cimg/python:3.9", << pipeline.parameters.default-python-image >>, "cimg/python:3.11", "cimg/python:3.12", cimg/python:3.13 ]
197197
- tests-python:
198198
requires:
199199
- tests-python

0 commit comments

Comments
 (0)