We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1170d5 commit 255ecfbCopy full SHA for 255ecfb
1 file changed
.github/workflows/test_and_deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
# platform: [windows-latest]
25
platform: [ubuntu-latest, windows-latest, macos-latest]
26
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
27
28
steps:
29
- uses: actions/checkout@v3
0 commit comments