We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291a381 commit 4efb359Copy full SHA for 4efb359
.github/workflows/publish_package.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
22
- python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments