Skip to content

Commit

Permalink
GA hopefully last time
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Oct 28, 2021
1 parent bbe19fb commit 9faf26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['2.x', '3.x', 'pypy-2.x', 'pypy-3.x']
python-version: ['2.x', '3.x', 'pypy-2.7', 'pypy-3.7']

steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['2.x', '3.x', 'pypy-2.x', 'pypy-3.x']
python-version: ['2.x', '3.x', 'pypy-2.7', 'pypy-3.7']

steps:
- uses: actions/checkout@v2
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['2.x', '3.x', 'pypy-2.x', 'pypy-3.x']
python-version: ['2.x', '3.x', 'pypy-2.7', 'pypy-3.7']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9faf26f

Please sign in to comment.