Commit 87728fa8 by Alexander Popov

github actions: Add testing with python 3.9

parent 0db002da
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
max-parallel: 4 max-parallel: 4
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8, 3.9]
# github runner with python 3.5 currently fails to install this package # github runner with python 3.5 currently fails to install this package
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment