compatibility with python 11

This commit is contained in:
Gilles Boccon-Gibod
2023-07-27 14:55:28 -07:00
parent 648dcc9305
commit 60678419a0
3 changed files with 31 additions and 36 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"]
fail-fast: false
steps: