diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b190ae6..8b8c00a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,8 @@ jobs: name: tests strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9'] + os: [windows-latest, macos-latest, ubuntu-latest] + python: ['pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] exclude: # pypy3 currently fails to run on Windows - os: windows-latest