Skip to content

Commit

Permalink
[DLMED] drop Python 3.5 support (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: Nic Ma <nma@apt-sh-ai.nvidia.com>
  • Loading branch information
Nic-Ma and Nic Ma authored May 6, 2020
1 parent 63d7409 commit 9878e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9878e9a

Please sign in to comment.