diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b7664bf..9c3c428a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.8, 3.9, '3.10', '3.11', pypy-3.9] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4