From 6c19e9302a863ed07cdb379b04c382ce822db6ca Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 10 Jan 2024 13:02:01 -0500 Subject: [PATCH] add python 3.11 to the matrix for unit tests (#1085) [skip ci] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b53aae5f..f3e1414a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: