Update python-package.yml

Adding Python 3.11 to the build matrix
This commit is contained in:
Jamie Hardt
2022-11-20 19:06:10 -08:00
committed by GitHub
parent a11cda40e5
commit 73058e9423

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@v2.5.0