feat: support python 3.13 (#2176)

This commit is contained in:
Sarah Wooders
2024-12-10 19:02:27 -08:00
committed by GitHub
parent 0dad16fbbb
commit 35cafa08fa
8 changed files with 369 additions and 641 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"] # Adjust Python versions as needed
python-version: ["3.10", "3.11", "3.12", "3.13"] # Adjust Python versions as needed
steps:
- uses: actions/checkout@v2