Skip to content

Commit 782b628

Browse files
rwgkhenryiii
andauthored
Drop PyPy 3.7 from GitHub Actions (ci.yml) (#4728)
* Remove `pypy-3.7` from ci.yml * Update .github/workflows/ci.yml --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 5ccb9e4 commit 782b628

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
@@ -37,9 +37,9 @@ jobs:
3737
- '3.10'
3838
- '3.11'
3939
- '3.12'
40-
- 'pypy-3.7'
4140
- 'pypy-3.8'
4241
- 'pypy-3.9'
42+
- 'pypy-3.10'
4343

4444
# Items in here will either be added to the build matrix (if not
4545
# present), or add new keys to an existing matrix element if all the

0 commit comments

Comments
 (0)