Add Python 3.11 to CI tests

This commit is contained in:
Christopher C. Wells 2023-03-18 10:07:46 -07:00
parent f8f605a118
commit f4de6c8e33
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
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
- uses: ./.github/actions/setup