Skip to content

Commit 3eb0be2

Browse files
committed
Reorder Python version matrix in Transifex workflow
1 parent 9a768f7 commit 3eb0be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/transifex-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: [ '3.10', '3.11', '3.12', '3.13', '3.14', '3.15' ]
16+
version: [ '3.15', '3.14', '3.13', '3.12', '3.11', '3.10' ]
1717
steps:
1818
- uses: styfle/cancel-workflow-action@main
1919
with:

0 commit comments

Comments
 (0)