Skip to content

Commit a3eb5ae

Browse files
authored
Updates Python image from 3.8 to 3.9 (#113)
1 parent 7e6fb9d commit a3eb5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/executors/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker:
77
parameters:
88
tag:
99
type: string
10-
default: "3.8"
10+
default: "3.9"
1111
description: >
1212
Pick a specific cimg/python image variant:
1313
https://hub.docker.com/r/cimg/python/tags

src/jobs/filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parameters:
5555
default: "small"
5656
tag:
5757
type: string
58-
default: "3.8"
58+
default: "3.9"
5959
description: >
6060
Pick a specific cimg/python image variant:
6161
https://hub.docker.com/r/cimg/python/tags

0 commit comments

Comments
 (0)