Add Python 3.11 release candidate to the testing

This commit is contained in:
Christian Clauss
2022-08-13 16:16:57 +02:00
parent 80a887ce6f
commit 5d7a0ee0c5
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
os: [MacOS, Ubuntu, Windows]
steps: