aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf W. Grosse-Kunstleve <rwgk@google.com>2023-07-09 09:40:47 -0700
committerGitHub <noreply@github.com>2023-07-09 09:40:47 -0700
commit782b6281a2aec358fb54dc1badc4b8ae1988bd41 (patch)
tree71136b9b61dba6d74e621efce5fdfea2c245461f
parent5ccb9e412d8974e8eeac1b061d9077ac0bd365e1 (diff)
downloadpybind11-782b6281a2aec358fb54dc1badc4b8ae1988bd41.tar.gz
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 39b4c237..48f7c5e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,9 +37,9 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- - 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
+ - 'pypy-3.10'
# Items in here will either be added to the build matrix (if not
# present), or add new keys to an existing matrix element if all the