diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0da6cdbf87..3bb6964902 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: max-parallel: 15 matrix: node: [14.x, 16.x, 18.x] - python: ["3.7", "3.9", "3.11"] + python: ["3.7", "3.9", "3.11", "3.12-dev"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: