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 =