From 5b3bcb704a18558aa4dcd6eb514bd5bd9bf10bbf Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Sat, 20 May 2023 22:24:56 -0400 Subject: [PATCH] add Python 3.11 to test matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76decff..a62cd00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: # Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, - 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@master - name: Setup python