diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 77c53df66..68c434ab9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "3.6", "3.7", "3.8", "3.9", "pypy3.6-7.3" ] + python: [ "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] exclude: - os: "macos-latest" @@ -59,7 +59,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "3.6", "3.7", "3.8", "3.9", "pypy3.6-7.3" ] + python: [ "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] exclude: - os: "macos-latest"