tests: drop hanging GHA pypy3

This commit is contained in:
Casper da Costa-Luis 2020-12-24 22:06:37 +00:00
parent 8de9c69948
commit b5742d824f
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
if: github.event_name != 'pull_request' || github.head_ref != 'devel'
strategy:
matrix:
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
name: py${{ matrix.python }}
runs-on: ubuntu-latest
steps: