summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-tests.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 625c6a60f..a47889e8c 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
py:
- - "3.6"
- "3.7"
- "3.8"
- "3.9"
- - "pypy3"
+ - "3.10"
+ - "pypy-3.8"
os:
- "ubuntu-latest"
- "windows-latest"
@@ -33,7 +33,7 @@ jobs:
- os: "ubuntu-latest"
pytest-args: "--cov"
- os: "ubuntu-latest"
- py: "pypy3"
+ py: "pypy-3.8"
pytest-args: ""
exclude:
@@ -42,9 +42,6 @@ jobs:
architecture: x86
- os: "macos-latest"
architecture: x86
- # PyPy3 on Windows doesn't seem to work
- - os: "windows-latest"
- py: "pypy3"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}