We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cef32 commit f0970f7Copy full SHA for f0970f7
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- python-version: [3.7, 3.8, 3.9, 3.10]
+ python-version: [3.7, 3.8, 3.9, '3.10']
24
steps:
25
- uses: actions/checkout@v2
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments