We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588e619 commit 964e5b5Copy full SHA for 964e5b5
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: [3.8, 3.9, 3.10]
+ python-version: [3.8, 3.9, "3.10"]
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2
0 commit comments