Skip to content

Commit 3cbdb3f

Browse files
committed
Use PyPy 2.7 in GitHub Actions since Python 2.7 is gone
1 parent 8525d39 commit 3cbdb3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
id: bc
1818
interp: BC
1919
python-version: pypy2.7
20-
- name: Basics Python 2.7
21-
python-version: 2.7
20+
- name: Basics PyPy 2.7
21+
python-version: pypy2.7
2222
id: basic
2323
- name: Basics Python 3.11
2424
python-version: 3.11

0 commit comments

Comments
 (0)