Skip to content

Commit d679691

Browse files
authored
[CI] Remove support for py3.6 (#1660)
* [CI] Remove support for py3.6 * update * fix
1 parent acae8da commit d679691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ workflows:
145145
name: minimum_version_cpu
146146
torch: 1.6.0
147147
torchvision: 0.7.0
148-
python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images
148+
python: "3.7"
149149
requires:
150150
- lint
151151
- build_cpu:

.github/workflows/merge_stage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-18.04
2323
strategy:
2424
matrix:
25-
python-version: [3.6, 3.8, 3.9]
25+
python-version: [3.8, 3.9]
2626
torch: [1.8.1]
2727
include:
2828
- torch: 1.8.1

0 commit comments

Comments
 (0)