From a0a6ba67213798cc63c5f34e028ba93b940b953b Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Wed, 12 Feb 2020 16:17:57 +0100 Subject: [PATCH] Switch to Python 3.8 in check integration template (#5717) --- .../tooling/templates/integration/check/{check_name}/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/check/{check_name}/tox.ini b/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/check/{check_name}/tox.ini index 051030a692cd1..0909660109712 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/check/{check_name}/tox.ini +++ b/datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/check/{check_name}/tox.ini @@ -1,9 +1,9 @@ [tox] minversion = 2.0 skip_missing_interpreters = true -basepython = py37 +basepython = py38 envlist = - py{{27,37}} + py{{27,38}} [testenv] dd_check_style = true