feat(python): support Python 3.12 (#3371)

This commit is contained in:
Sergio Garcia
2024-02-07 15:16:02 +01:00
committed by GitHub
parent a50d093679
commit 68ecf939d9
12 changed files with 1064 additions and 1019 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4