[CI/Build] Add support for Python 3.12 (#7035)

This commit is contained in:
Michael Goin
2024-08-02 16:51:22 -04:00
committed by GitHub
parent 806949514a
commit b482b9a5b1
7 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}