Skip to content

Commit

Permalink
feat(python): drop Python 3.5 compatibility (fixes #810)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Oct 12, 2020
1 parent fe5f6ad commit 7ea1753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -59,7 +59,7 @@ def find_version():
entry_points={"console_scripts": ["trezorctl=trezorlib.cli.trezorctl:cli"]},
install_requires=install_requires,
extras_require=extras_require,
python_requires=">=3.5",
python_requires=">=3.6",
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
@@ -1,9 +1,9 @@
[tox]
envlist =
# py35, XXX revisit, see also https://github.com/trezor/trezor-firmware/issues/810
py36,
py37,
py38,
py39,

[testenv]
deps =
Expand Down

0 comments on commit 7ea1753

Please sign in to comment.