Run CI on python 3.11 as well

This commit is contained in:
Laurent Savaete
2022-11-23 15:21:09 +01:00
parent e10cc56706
commit e0f7d0d4be

View File

@@ -15,7 +15,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