Update pythonpackage.yml to remove older pythons

This commit is contained in:
Rhet Turnbull
2020-04-26 15:39:37 -07:00
committed by GitHub
parent d8a64c9573
commit ccb5f252d1

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8]
steps:
- uses: actions/checkout@v1