diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index bda2ebc..41afa2a 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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: