diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index c8ac79321..d8888328d 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -20,7 +20,7 @@ jobs: matrix: os: - ubuntu-latest - python-version: [ '3.x', '2.x', 'pypy-3.8', 'pypy-2.7' ] + python-version: [ '3.x', 'pypy-3.8', 'pypy-2.7' ] # DISABLED: python-version: [ '3.x', '2.x' ] # include: # - os: macos-latest