Skip to content

Commit 58f7bd5

Browse files
committed
Making pre-commit nitpicking happy...
1 parent b0512ac commit 58f7bd5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ jobs:
1313
matrix:
1414
os: [ubuntu, macos, windows]
1515
python-version:
16-
["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev", "pypy-3.9", "pypy-3.10"]
16+
[
17+
"3.9",
18+
"3.10",
19+
"3.11",
20+
"3.12",
21+
"3.13",
22+
"3.14-dev",
23+
"pypy-3.9",
24+
"pypy-3.10",
25+
]
1726

1827
steps:
1928
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)