feat: Python 3.12 support (#33434)

This commit is contained in:
Pat Buxton
2025-06-02 18:00:37 +01:00
committed by GitHub
parent b033406387
commit 2d26af25c1
11 changed files with 40 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["previous", "current"]
python-version: ["previous", "current", "next"]
env:
PYTHONPATH: ${{ github.workspace }}
steps: