Skip to content

Commit 3e49548

Browse files
committed
GA: fix syntax
1 parent 4759bcb commit 3e49548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
python-version:
1818
- "3.7"
1919
- "3.8"
20-
- "3.9",
21-
- "3.10",
22-
- "3.11",
20+
- "3.9"
21+
- "3.10"
22+
- "3.11"
2323
- "pypy-3.7"
2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)