We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed92655 commit 235c2d0Copy full SHA for 235c2d0
.github/workflows/pythonpackage.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
max-parallel: 3
9
matrix:
10
- python-version: [3.8, 3.9, 3.10]
+ python-version: ["3.8", "3.9", "3.10"]
11
12
steps:
13
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
0 commit comments