CI: try adding py3.11

This commit is contained in:
Robert Sachunsky 2024-10-16 13:37:13 +02:00 committed by GitHub
parent 00f70d1ac9
commit 7ee111dcf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,5 +28,5 @@ workflows:
- build-python:
matrix:
parameters:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']