From 41e75db78b822866670777c4f93344e9ba3fb537 Mon Sep 17 00:00:00 2001 From: josephwkania <60994292+josephwkania@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:13:02 -0400 Subject: [PATCH] Add 3.11 to CI tests. --- .github/workflows/ci_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_master.yaml b/.github/workflows/ci_master.yaml index dc719e6..a6022d7 100644 --- a/.github/workflows/ci_master.yaml +++ b/.github/workflows/ci_master.yaml @@ -10,7 +10,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}