Skip to content

Commit dd08366

Browse files
committed
Fix GitHub action for testing
1 parent 072c59e commit dd08366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)