diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0f4eb19..8234e56 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -12,9 +12,6 @@ jobs: matrix: python-version: ["3.12", "3.13", "3.14"] os: [ubuntu-latest, windows-latest, macos-latest] - exclude: - - os: windows-latest - python-version: "3.14" steps: - name: Checkout code diff --git a/pyproject.toml b/pyproject.toml index af088c2..e766cad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,6 @@ dependencies = [ stim = [ "stim>=1.15", "beliefmatching", - "numpy<2.3" # Resolves type issue in sinter, see https://github.com/quantumlib/Stim/issues/1000. ] [dependency-groups]