Add Python 3.9 to github tests

This commit is contained in:
ZeroNet 2020-11-30 14:51:23 +01:00 committed by GitHub
parent ecfb6b6b3a
commit eb86df5fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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