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 15f63ff commit 473975eCopy full SHA for 473975e
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- python-version: [3.9, 3.10, 3.11]
+ python-version: ['3.9', '3.10', '3.11']
23
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
0 commit comments