From 1fa122e4ee667fb413608063e96f50f8019228e8 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 26 May 2023 16:48:24 -0700 Subject: [PATCH] Add Python 3.11 to regression tests Signed-off-by: Alex Forencich --- .github/workflows/regression-tests.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 1386ab0..4cc76e6 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - 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 diff --git a/setup.cfg b/setup.cfg index 6abe9e4..6405835 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,6 +58,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 [testenv] setenv =