mirror of https://github.com/captn3m0/pystitcher
[ci] Run tests on python3.10
parent
5167dd4c8a
commit
c614de7efc
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python: ["3.6", "3.7", "3.8", "3.9"]
|
||||
python: ["3.7", "3.8", "3.9", "3.10"]
|
||||
env:
|
||||
PYTHON_VERSION: ${{matrix.python}}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue