Closes #5313: Denote official support for Python 3.8

This commit is contained in:
Jeremy Stretch
2020-11-05 16:08:04 -05:00
parent 5e9ff3a409
commit 27b8be84fc
4 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install pycodestyle