Skip to content

Commit

Permalink
chore: Drop Python 3.5 support in setup.py classifiers as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jul 19, 2019
1 parent fd60761 commit abbd663
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
21 changes: 2 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.5.3"
python = "^3.6"
aiohttp = "^3.5"
async-timeout = "^1.2 || ^2 || ^3"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'packages': packages,
'package_data': package_data,
'install_requires': install_requires,
'python_requires': '>=3.5.3,<4.0.0',
'python_requires': '>=3.6,<4.0',
}


Expand Down

0 comments on commit abbd663

Please sign in to comment.