Update python-package.yml

Adding 3.13 to the support matrix
This commit is contained in:
Jamie Hardt
2024-10-25 12:21:53 -07:00
committed by GitHub
parent e7d5f612ea
commit 57603ff618

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", "3.11", "3.12"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps: steps:
- uses: actions/checkout@v2.5.0 - uses: actions/checkout@v2.5.0