From feb24e42825d25eed87313251bc3978e720a6fa2 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 23 Sep 2020 15:22:11 +0200 Subject: [PATCH] ci(python): disable Python 3.5 in CI for now (see #810) --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index d02e7e76e..ea2f73c57 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py35, +# py35, XXX revisit, see also https://github.com/trezor/trezor-firmware/issues/810 py36, py37, py38,