diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b60d8..51e10e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, "3.10", 3.11] + python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] os: [ubuntu-18.04, ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: