Run tests for Python 3.11 as well

This commit is contained in:
Dennis Siemensma 2022-12-07 20:30:58 +01:00
parent 98a10998e9
commit 357bae1bce

View File

@ -17,6 +17,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
name: Python ${{ matrix.python-version }}
steps: