Removed python3.8 -- pyobjc fails to run

This commit is contained in:
Rhet Turnbull
2019-12-21 11:00:17 -08:00
committed by GitHub
parent 9fcc7379e6
commit e5c50fa944

View File

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