Skip to content

Commit

Permalink
Use PyPy 2.7 in GitHub Actions since Python 2.7 is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Sep 29, 2023
1 parent 8525d39 commit 3cbdb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
id: bc
interp: BC
python-version: pypy2.7
- name: Basics Python 2.7
python-version: 2.7
- name: Basics PyPy 2.7
python-version: pypy2.7
id: basic
- name: Basics Python 3.11
python-version: 3.11
Expand Down

0 comments on commit 3cbdb3f

Please sign in to comment.