diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1b6dc58e..ac090166 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,6 +20,12 @@ jobs: - python-version: "3.11" cffi: yes os: windows-latest + - python-version: "3.12-dev" + cffi: no + os: windows-latest + - python-version: "3.12-dev" + cffi: yes + os: windows-latest - python-version: pypy2.7 cffi: no os: ubuntu-latest