From b082b42c026bea1efdbd95014dc70c16e12cc80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 23 Mar 2020 16:26:12 +0000 Subject: Increase minimum supported Python version to 3.7. This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f875f05..d9cf37b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ language: python matrix: include: - - python: 3.6 - env: PRE_COMMIT=true - python: 3.7 + env: PRE_COMMIT=true - python: 3.8 - python: 3.9-dev env: RUN_MYPY=false -- cgit v1.2.3