We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5f6ef commit 688658eCopy full SHA for 688658e
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macOS-latest, windows-latest]
12
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments