From f9749a5d480c96081ff57149cbe744289f0eea94 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Mon, 11 May 2020 10:04:06 -0600 Subject: [PATCH] Remove 3.4 This is necessary because moto does not support 3.4 https://pypi.org/project/moto/ --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7419ce75f8e..6a9b85a3431 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ envlist = pypy3-test-ext-dbapi ; opentelemetry-ext-boto - py3{4,5,6,7,8}-test-ext-boto + py3{5,6,7,8}-test-ext-boto pypy3-test-ext-boto ; opentelemetry-ext-flask