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:
committed by
GitHub
parent
662aab973c
commit
180deb106b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user