Revert "Run CI on python 3.11 as well"

This reverts commit e0f7d0d4be.
This commit is contained in:
Laurent Savaete
2022-11-23 15:24:19 +01:00
parent e0f7d0d4be
commit 16023ff737

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3