Enabling Python 3.8 tests

This commit is contained in:
Jacob Alexander 2019-11-27 00:25:44 -08:00
parent 69d3465c37
commit b101017377
Failed to generate hash of commit

View file

@ -12,7 +12,7 @@ jobs:
matrix:
# Some asyncio commands require 3.7+
# It may be possible to use 3.6 and maybe 3.5; however, this will take some patching to get examples to work
python-version: [3.7]
python-version: [3.7, 3.8]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: