add python 3.11 to the matrix for unit tests (#1085) [skip ci]

This commit is contained in:
Wing Lian
2024-01-10 13:02:01 -05:00
committed by GitHub
parent 90036ebbc6
commit 6c19e9302a

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.10"]
python_version: ["3.9", "3.10", "3.11"]
timeout-minutes: 10
steps: