Update python-package.yml

Adding 3.11 to test grid
This commit is contained in:
Jamie Hardt
2023-05-17 16:21:06 -07:00
committed by GitHub
parent b3b6e57f6c
commit 41fdeeaf56

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
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