summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-tests.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index acae984af..a47889e8c 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -42,9 +42,6 @@ jobs:
architecture: x86
- os: "macos-latest"
architecture: x86
- # PyPy3 on Windows doesn't seem to work
- - os: "windows-latest"
- py: "pypy-3.8"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}