Skip to content

Commit 350fbb8

Browse files
authored
cimg/python:3.11.5
1 parent 833782f commit 350fbb8

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
@@ -12,7 +12,7 @@ build_and_test: &build_and_test_steps
1212
jobs:
1313
StyleCheck:
1414
docker:
15-
- image: circleci/python:3.11
15+
- image: cimg/python:3.11
1616
steps:
1717
- checkout
1818
- run: sudo pip install black codespell flake8
@@ -27,7 +27,7 @@ jobs:
2727

2828
Python:
2929
docker:
30-
- image: circleci/python:3.11
30+
- image: cimg/python:3.11
3131
steps: *build_and_test_steps
3232

3333

0 commit comments

Comments
 (0)