Skip to content

Commit 2c3be74

Browse files
committed
Reorder versions.
1 parent 67ea168 commit 2c3be74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,13 +505,15 @@ jobs:
505505
- macos-latest
506506
- windows-latest
507507
python-version:
508+
# Highest, lowest, and pypy should come first:
508509
- 3.13
510+
- 3.9
511+
- pypy-3.9
512+
# Then all other versions:
509513
- 3.12
510514
- 3.11
511515
- >-
512516
3.10
513-
- pypy-3.9
514-
- 3.9
515517
tested-artifact:
516518
- wheel
517519
- sdist

0 commit comments

Comments
 (0)