Drop py3.6 since we're using @dataclass

contexts
Tyler Goodlet 2019-01-23 20:02:51 -05:00
parent 3b19e15306
commit 7675b01722
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: python
matrix:
include:
- python: 3.6
# - python: 3.6
- python: 3.7
dist: xenial
sudo: required