Test on Python 3.{6,7,8,9}

This commit is contained in:
Roman Zeyde
2021-05-22 22:13:58 +03:00
parent 1c6d2cb65a
commit bcea720e95

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2