Browse Source

also add python 3.9

pull/248/head
Christian Decker 3 years ago
parent
commit
1b6c69cd95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/pythonpackage.yml

+ 1
- 1
.github/workflows/pythonpackage.yml View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1


Loading…
Cancel
Save