Skip to content

Commit 40d5584

Browse files
fix version
1 parent 7a36ed3 commit 40d5584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, 3.10, 3.11]
16+
python-version: ['3.8', '3.9', '3.10', '3.11']
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)