Skip to content

Commit a8dfd2c

Browse files
wip: edit config.yml
1 parent bacbd7f commit a8dfd2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ workflows:
194194
matrix:
195195
parameters:
196196
exe: [ docker-amd64-image, docker-arm64-image ]
197-
python-image: [ << pipeline.parameters.default-python-image >>, "cimg/python:3.10", "cimg/python:3.11", "cimg/python:3.12", "cimg/python:3.13", "cimg/python:3.14" ]
197+
python-image: [ << pipeline.parameters.default-python-image >>, "cimg/python:3.10" ]
198+
# python-image: [ << pipeline.parameters.default-python-image >>, "cimg/python:3.10", "cimg/python:3.11", "cimg/python:3.12", "cimg/python:3.13", "cimg/python:3.14" ]
198199
- tests-python:
199200
requires:
200201
- tests-python

0 commit comments

Comments
 (0)