Skip to content

Commit 889ca12

Browse files
committed
Drop pypy 2.7 testing environment
Unfortunately it is breaking hard and I don't have time available to investigate this now.
1 parent 848d914 commit 889ca12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy-3.7", "pypy-2.7"]
13+
python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy-3.7"]
1414
os: [ubuntu-latest, windows-latest]
1515
include:
1616
- python: "2.7"
@@ -25,8 +25,6 @@ jobs:
2525
tox_env: "py38"
2626
- python: "3.9"
2727
tox_env: "py39"
28-
- python: "pypy-2.7"
29-
tox_env: "pypy2"
3028
- python: "pypy-3.7"
3129
tox_env: "pypy3"
3230

0 commit comments

Comments
 (0)