From 9878e9a7ee03591709bc04df352fb0119723ec00 Mon Sep 17 00:00:00 2001 From: Nic Ma Date: Wed, 6 May 2020 08:31:01 +0800 Subject: [PATCH] [DLMED] drop Python 3.5 support (#350) Co-authored-by: Nic Ma --- .github/workflows/release.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 390fe0c2c4..2058be8aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 with: diff --git a/setup.cfg b/setup.cfg index c92888a67d..75e34fb122 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ platforms = OS Independent license = Apache License 2.0 [options] -python_requires = >= 3.5 +python_requires = >= 3.6 install_requires = torch >=1.4 pytorch-ignite ==0.3.0