Skip to content

Commit d56a06a

Browse files
committed
Use Python 3.8 in CI tasks
1 parent 13ac3d0 commit d56a06a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.taskcluster.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tasks:
6060
deadline: {$fromNow: '1 hour'}
6161
payload:
6262
maxRunTime: 3600
63-
image: python:3.7
63+
image: python:3.8
6464
command:
6565
- sh
6666
- -lxce
@@ -81,7 +81,7 @@ tasks:
8181
deadline: {$fromNow: '1 hour'}
8282
payload:
8383
maxRunTime: 3600
84-
image: python:3.7
84+
image: python:3.8
8585
command:
8686
- sh
8787
- -lxce
@@ -103,7 +103,7 @@ tasks:
103103
deadline: {$fromNow: '1 hour'}
104104
payload:
105105
maxRunTime: 3600
106-
image: python:3.7
106+
image: python:3.8
107107
command:
108108
- sh
109109
- -lxce
@@ -124,7 +124,7 @@ tasks:
124124
deadline: {$fromNow: '1 hour'}
125125
payload:
126126
maxRunTime: 3600
127-
image: python:3.7
127+
image: python:3.8
128128
command:
129129
- sh
130130
- -lxce
@@ -144,7 +144,7 @@ tasks:
144144
deadline: {$fromNow: '1 hour'}
145145
payload:
146146
maxRunTime: 3600
147-
image: python:3.7
147+
image: python:3.8
148148
command:
149149
- sh
150150
- -lxce

0 commit comments

Comments
 (0)