mirror of https://github.com/snachodog/mybuddy.git
Add Python 3.11 to CI tests
This commit is contained in:
parent
f8f605a118
commit
f4de6c8e33
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
|
||||
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup
|
||||
|
|
Loading…
Reference in New Issue