Currently asyncio examples require Python 3.7+
- It should be possible to port asyncio examples to at least Python 3.6 * However, in my quick 10 minute attempt it wasn't as smooth as I'd hoped
This commit is contained in:
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Python package
|
||||
name: Python Test Packaging
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -10,7 +10,9 @@ jobs:
|
||||
max-parallel: 4
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 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
|
||||
python-version: [3.7]
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user