Enabling Python 3.8 tests
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# Some asyncio commands require 3.7+
|
# 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
|
# 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]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user