⬆️ CircleCI: Switch to the new cimg/python image

pull/66/head
Gerber, Mike 3 years ago
parent dea0c53f88
commit 7d85e21cbc

@ -6,7 +6,7 @@ jobs:
python-version:
type: string
docker:
- image: circleci/python:<< parameters.python-version >>
- image: cimg/python:<< parameters.python-version >>
steps:
- checkout
- run: pip3 install --upgrade pip

Loading…
Cancel
Save