Add Python 3.10 to supported versions (#909)

* Add Python 3.10 to supported versions
* Make Python versions a string in action
This commit is contained in:
Veronica Berglyd Olsen
2021-10-07 19:31:17 +02:00
committed by GitHub
parent 662aab973c
commit 180deb106b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: Python Setup