@@ -2,8 +2,8 @@ version: 2.1
2
2
3
3
# How to test the Linux jobs:
4
4
# - Install CircleCI local CLI: https://circleci.com/docs/2.0/local-cli/
5
- # - circleci config process .circleci/config.yml > gen.yml && circleci local execute -c gen.yml --job binary_linux_wheel_py3.7
6
- # - Replace binary_linux_wheel_py3.7 with the name of the job you want to test.
5
+ # - circleci config process .circleci/config.yml > gen.yml && circleci local execute -c gen.yml --job binary_linux_wheel_py3.8
6
+ # - Replace binary_linux_wheel_py3.8 with the name of the job you want to test.
7
7
# Job names are 'name:' key.
8
8
9
9
executors:
@@ -201,7 +201,7 @@ binary_common: &binary_common
201
201
default: ""
202
202
# Don't edit these
203
203
python_version:
204
- description: "Python version to build against (e.g., 3.7 )"
204
+ description: "Python version to build against (e.g., 3.8 )"
205
205
type: string
206
206
cu_version:
207
207
description: "CUDA version to build against, in CU format (e.g., cpu or cu100)"
@@ -258,7 +258,7 @@ smoke_test_common: &smoke_test_common
258
258
jobs:
259
259
circleci_consistency:
260
260
docker:
261
- - image: cimg/python:3.7
261
+ - image: cimg/python:3.8
262
262
steps:
263
263
- checkout
264
264
- pip_install:
@@ -271,7 +271,7 @@ jobs:
271
271
272
272
lint_python_and_config:
273
273
docker:
274
- - image: cimg/python:3.7
274
+ - image: cimg/python:3.8
275
275
steps:
276
276
- checkout
277
277
- pip_install:
@@ -290,7 +290,7 @@ jobs:
290
290
291
291
lint_c:
292
292
docker:
293
- - image: cimg/python:3.7
293
+ - image: cimg/python:3.8
294
294
steps:
295
295
- apt_install:
296
296
args: libtinfo5
@@ -312,7 +312,7 @@ jobs:
312
312
313
313
type_check_python:
314
314
docker:
315
- - image: cimg/python:3.7
315
+ - image: cimg/python:3.8
316
316
steps:
317
317
- checkout
318
318
- install_torchvision:
@@ -326,7 +326,7 @@ jobs:
326
326
327
327
unittest_torchhub:
328
328
docker:
329
- - image: cimg/python:3.7
329
+ - image: cimg/python:3.8
330
330
steps:
331
331
- checkout
332
332
- install_torchvision
@@ -335,7 +335,7 @@ jobs:
335
335
336
336
unittest_onnx:
337
337
docker:
338
- - image: cimg/python:3.7
338
+ - image: cimg/python:3.8
339
339
steps:
340
340
- checkout
341
341
- install_torchvision
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
unittest_extended:
349
349
docker:
350
- - image: cimg/python:3.7
350
+ - image: cimg/python:3.8
351
351
resource_class: xlarge
352
352
steps:
353
353
- checkout
@@ -594,7 +594,7 @@ jobs:
594
594
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
595
595
type: string
596
596
docker:
597
- - image: cimg/python:3.7
597
+ - image: cimg/python:3.8
598
598
steps:
599
599
- attach_workspace:
600
600
at: ~/workspace
@@ -1017,7 +1017,7 @@ jobs:
1017
1017
build_docs:
1018
1018
<<: *binary_common
1019
1019
docker:
1020
- - image: cimg/python:3.7
1020
+ - image: cimg/python:3.8
1021
1021
resource_class: 2xlarge+
1022
1022
steps:
1023
1023
- attach_workspace:
0 commit comments