Test on Python 3.11

This commit is contained in:
Roman Zeyde
2023-01-27 14:50:58 +02:00
parent 54e7ffb6a5
commit cd972ed4f3

View File

@@ -8,7 +8,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@v2