Skip to content

Commit 3291f53

Browse files
committed
CI: Update convenience images
1 parent 1dca11a commit 3291f53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
427427
test_package:
428428
docker:
429-
- image: circleci/python:3.8.5
429+
- image: cimg/python:3.9
430430
working_directory: /tmp/src/niworkflows
431431
steps:
432432
- checkout
@@ -450,7 +450,7 @@ jobs:
450450
451451
deploy_pypi:
452452
docker:
453-
- image: circleci/python:3.8.5
453+
- image: cimg/python:3.9
454454
working_directory: /tmp/src/niworkflows
455455
steps:
456456
- checkout
@@ -525,7 +525,7 @@ jobs:
525525
526526
build_docs:
527527
docker:
528-
- image: circleci/python:3.8.5
528+
- image: cimg/python:3.9
529529
environment:
530530
- FSLOUTPUTTYPE: NIFTI
531531
- SUBJECTS_DIR: /tmp/subjects

0 commit comments

Comments
 (0)