mirror of https://github.com/snachodog/mybuddy.git
Add Python 3.10 to CI tests
This commit is contained in:
parent
f302aad710
commit
2a2662045a
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
||||
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in New Issue