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 1b4d844 commit 01c4d1aCopy full SHA for 01c4d1a
.github/workflows/test-package.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 4
11
matrix:
12
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
13
14
steps:
15
- uses: actions/checkout@v2
0 commit comments