From 62cdfcf861c29fba6ee58cb98ff367bb921ffad4 Mon Sep 17 00:00:00 2001 From: Nathan Wendt Date: Wed, 7 Dec 2022 16:09:41 -0600 Subject: [PATCH] Add python 3.11 to testing --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 43b6a06..3161bac 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ 3.7, 3.8, 3.9, '3.10' ] + python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ] steps: - uses: actions/checkout@v3