We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1396627 + 47b0b94 commit 6654142Copy full SHA for 6654142
1 file changed
README.md
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-16.04
32
strategy:
33
matrix:
34
- python-version: [ '2.x', '3.x', 'pypy3' ]
+ python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
35
name: Python ${{ matrix.python-version }} sample
36
steps:
37
- uses: actions/checkout@master
0 commit comments