We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549c814 commit 48c06b0Copy full SHA for 48c06b0
1 file changed
.github/workflows/python.yml
@@ -11,7 +11,7 @@ jobs:
11
max-parallel: 12
12
matrix:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
- python-version: [3.8, 3.9, 3.10]
+ python-version: [3.8, 3.9, "3.10"]
15
steps:
16
- uses: actions/checkout@v3
17
- name: Checkout submodules
0 commit comments