Update python-package.yml

Adding 3.11 to matrix
This commit is contained in:
Jamie Hardt
2022-11-22 22:41:27 -08:00
committed by GitHub
parent d00e07be36
commit ea4f484488

View File

@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2.5.0 - uses: actions/checkout@v2.5.0