Skip to content

Commit 39a5fa2

Browse files
Migration to new CircleCI docker images
see https://circleci.com/developer/images/image/cimg/python for more.
1 parent ab5b574 commit 39a5fa2

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

.circleci/config.yml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.7
6-
- image: circleci/python:3.8
7-
- image: circleci/python:3.9
8-
- image: circleci/python:3.10
5+
- image: cimg/python:3.7
6+
- image: cimg/python:3.8
7+
- image: cimg/python:3.9
8+
- image: cimg/python:3.10
9+
- image: cimg/python:3.11
10+
- image: cimg/python:3.12
911
environment:
1012
CI: cicleci
1113
DEBIAN_FRONTEND: noninteractive
@@ -42,10 +44,12 @@ jobs:
4244

4345
test:
4446
docker:
45-
- image: circleci/python:3.7
46-
- image: circleci/python:3.8
47-
- image: circleci/python:3.9
48-
- image: circleci/python:3.10
47+
- image: cimg/python:3.7
48+
- image: cimg/python:3.8
49+
- image: cimg/python:3.9
50+
- image: cimg/python:3.10
51+
- image: cimg/python:3.11
52+
- image: cimg/python:3.12
4953
parallelism: 2
5054
environment:
5155
CI: cicleci
@@ -90,10 +94,12 @@ jobs:
9094

9195
pytest:
9296
docker:
93-
- image: circleci/python:3.7
94-
- image: circleci/python:3.8
95-
- image: circleci/python:3.9
96-
- image: circleci/python:3.10
97+
- image: cimg/python:3.7
98+
- image: cimg/python:3.8
99+
- image: cimg/python:3.9
100+
- image: cimg/python:3.10
101+
- image: cimg/python:3.11
102+
- image: cimg/python:3.12
97103
parallelism: 2
98104
environment:
99105
CI: cicleci
@@ -150,7 +156,7 @@ jobs:
150156

151157
lint:
152158
docker:
153-
- image: circleci/python:3.8
159+
- image: cimg/python:3.11
154160
environment:
155161
CI: cicleci
156162
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)