diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4cfdad..4b5d3a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: