Adding 3.11 to the list of supported versions for the github actions matrix.

pull/3208/head
jMyles 2023-09-22 11:08:10 -04:00 committed by Kieran Prasch
parent dd15d44fcc
commit aeb128d8e0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.10" ]
python-version: [ "3.8", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3