Merge pull request #703 from boxed/patch-1

Prepare python-package.yml for python 3.10
This commit is contained in:
Andy McKay
2020-11-24 13:38:11 -08:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: ['3.5', '3.6', '3.7', '3.8']
steps:
- uses: actions/checkout@v2