Update python-package.yml

This commit is contained in:
soxoj
2021-01-11 19:06:15 +03:00
committed by GitHub
parent 29ad581597
commit e63fd38567
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2