Add CI job aith Python 3.11

This commit is contained in:
Simon Conseil
2022-11-23 22:27:35 +01:00
parent a05245d56c
commit f56850bf5e
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2