fix workflows python versions

main
Rich Piazza 2024-03-14 16:53:31 -04:00
parent f5ae9798f8
commit 9f70e6860e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
name: Python ${{ matrix.python-version }} Build
steps: