Skip to content

Commit 80d4e26

Browse files
committed
Fix an error by python 3.10
1 parent 983ce57 commit 80d4e26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
python-version:
10-
- 3.6
11-
- 3.7
12-
- 3.8
13-
- 3.9
14-
- 3.10
10+
- '3.6'
11+
- '3.7'
12+
- '3.8'
13+
- '3.9'
14+
- '3.10'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)