From 8b2915037a529449595de60facffd26ef896b4ea Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Fri, 22 Mar 2024 08:09:00 -0600 Subject: [PATCH] add python 3.11 to automated tests (#172) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a671c16..aea10f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: # matrixed execution for parallel gh-action performance increases - python_version: ["3.8", "3.9", "3.10"] + python_version: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} env: