Add Python 3.11 to regression tests

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2023-05-26 16:48:24 -07:00
parent 4b13e61dc8
commit 1fa122e4ee
2 changed files with 2 additions and 1 deletions

View File

@@ -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