Use Python 3.7+ in testing.

This commit is contained in:
Abhilash Raj 2021-05-31 22:49:00 -07:00
parent 7a3a48a56f
commit cb2f9d28c1
No known key found for this signature in database
GPG Key ID: 9D9B2BA061D0A67C

View File

@ -1,7 +1,9 @@
language: python language: python
python: python:
- "2.7" - "3.7"
- "3.8"
- "3.9"
install: install:
- pip install flake8 - pip install flake8