From 7675b01722f686932647d2f728fdf6f7722359f8 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 23 Jan 2019 20:02:51 -0500 Subject: [PATCH] Drop py3.6 since we're using @dataclass --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8837171..6df2b7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python matrix: include: - - python: 3.6 + # - python: 3.6 - python: 3.7 dist: xenial sudo: required