Skip to content

Commit 48c06b0

Browse files
committed
Fix python 3.10 in action.
1 parent 549c814 commit 48c06b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 12
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: [3.8, 3.9, 3.10]
14+
python-version: [3.8, 3.9, "3.10"]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Checkout submodules

0 commit comments

Comments
 (0)