Skip to content

Commit

Permalink
drop python 3.5 that is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Jul 25, 2021
1 parent c911a23 commit 0d070ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docker Hub CLI
A CLI tool to access Docker Hub from your terminal.

## Installation
> Note: Python 3.5+ is required.
> Note: Python 3.6+ is required.
You should have pip installed in your system.
```sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def find_version(*file_paths):
'Natural Language :: English',
'Programming Language :: Python :: 3',
],
python_requires='>=3.5',
python_requires='>=3.6',
)

0 comments on commit 0d070ea

Please sign in to comment.