We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c6462 commit 8dbd5c6Copy full SHA for 8dbd5c6
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python ${{ matrix.python-version }}
0 commit comments