We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2f202 commit e697a65Copy full SHA for e697a65
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: [3.10, 3.11, 3.12]
+ python-version: ["3.10", "3.11", "3.12"]
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments