Enable Python 3.11 in test matrix

This commit is contained in:
François Voron
2022-11-04 09:42:59 +01:00
parent aa4c5ef672
commit e760a8594a

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@v3