[CI] Remove support for py3.6 ()

* [CI] Remove support for py3.6

* update

* fix
pull/1621/head^2
Tong Gao 2023-01-06 14:22:38 +08:00 committed by GitHub
parent acae8da223
commit d679691a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
.circleci
.github/workflows

View File

@ -145,7 +145,7 @@ workflows:
name: minimum_version_cpu
torch: 1.6.0
torchvision: 0.7.0
python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images
python: "3.7"
requires:
- lint
- build_cpu:

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6, 3.8, 3.9]
python-version: [3.8, 3.9]
torch: [1.8.1]
include:
- torch: 1.8.1