diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 38809d85..8a5acb3b 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -66,6 +66,10 @@ jobs: python-version: '3' dependencies: full source: 'sdist' + - os: windows-latest + python-version: '3.12' + dependencies: full + source: repo exclude: # Drop pre tests for SPEC-0-unsupported Python versions # See https://scientific-python.org/specs/spec-0000/