Skip to content

Commit 90ad89a

Browse files
authored
fix(ci): Removed failing pypy-2.7 from CI (#1111)
1 parent 059f334 commit 90ad89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
python-version:
80-
["2.7", "pypy-2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
80+
["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
8181

8282
services:
8383
# Label used to access the service container

0 commit comments

Comments
 (0)