Add 3.11 as supported version and update metadata

This commit is contained in:
Darren Eberly
2023-01-16 16:54:38 -05:00
parent 9bdd7693c1
commit 64b0eb3382
2 changed files with 8 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
architecture: ['x64']
steps: