diff --git a/.circleci/test.yml b/.circleci/test.yml index 2cd5a7a5f8..721d76b9a0 100644 --- a/.circleci/test.yml +++ b/.circleci/test.yml @@ -144,7 +144,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.4 requires: - lint - build_cpu: diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index ff94784262..0e395cdde5 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -26,7 +26,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 diff --git a/setup.py b/setup.py index 73297ee901..dc8924b9b5 100644 --- a/setup.py +++ b/setup.py @@ -252,7 +252,6 @@ def add_mim_extention(): 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',