Skip to content

Commit b8a87e3

Browse files
committed
build: remove pypy
1 parent e8ac004 commit b8a87e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, macos-latest, windows-latest ]
14-
python-version: [ 2.7, 3.7, 3.8, 3.x, pypy3.x ]
15-
exclude:
16-
- os: macos-latest
17-
python-version: pypy3
18-
- os: windows-latest
19-
python-version: pypy3
14+
python-version: [ 2.7, 3.7, 3.8, 3.x ]
2015
steps:
2116
- uses: actions/checkout@v2
2217
- name: Set up Python

0 commit comments

Comments
 (0)