Adding Python 3.9 build

This commit is contained in:
Jacob Alexander
2020-11-03 21:35:58 -08:00
parent 528bda300a
commit b16f35b977
2 changed files with 2 additions and 2 deletions

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, 3.8]
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: