Skip to content

Commit 172d4e0

Browse files
committed
fix matrix
1 parent fd925ec commit 172d4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
python-version: [3.7, 3.8, 3.9, 3.10, pypy-3.7]
18+
python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.7]
1919
exclude:
2020
# pywin32 not available
2121
- os: windows-latest
22-
python-version: 3.10
22+
python-version: "3.10"
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)