We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598ca1 commit afe49a4Copy full SHA for afe49a4
1 file changed
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python-version: [2.7, 3.6, 3.7, 3.8 pypy2, pypy3]
+ python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3]
19
20
steps:
21
- uses: actions/checkout@v2
0 commit comments