Python 3.9.1

This commit is contained in:
Christian Clauss 2021-01-27 11:42:36 +01:00
parent e702adaee1
commit d6b6e470b9

View file

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7.18, 3.4.10, 3.5.10, 3.6.12, 3.7.9, 3.8.7, 3.9.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2