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

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["current", "previous"]
python-version: ["current", "previous", "next"]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4