Skip to content

Commit f256cf1

Browse files
committed
Minor fixup of the test matrix
- keep the order of things consistent (legacy after toxenv) - don't needlessly set legacy for a py39 job (yet)
1 parent 0d19503 commit f256cf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
- arch: arm64
4040
toxenv: py310,py311
4141
- arch: ppc64le
42-
legacy: true
4342
toxenv: py36
44-
- arch: ppc64le
4543
legacy: true
44+
- arch: ppc64le
4645
toxenv: py39,py310,py311
4746
- arch: s390x
4847
toxenv: py39,py310,py311

0 commit comments

Comments
 (0)