Remove PyPy 3.8 and 3.9 testing. Make a pass through the entire repo to remove obviously obsolete workarounds for PyPy < 3.10. (#5578)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2025-03-23 20:35:14 -07:00
committed by GitHub
parent 566894d5f1
commit 48eb5ad9b9
5 changed files with 0 additions and 17 deletions

View File

@@ -36,8 +36,6 @@ jobs:
- '3.9'
- '3.12'
- '3.13'
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
- 'pypy-3.11'
- 'graalpy-24.1'
@@ -55,10 +53,6 @@ jobs:
-DPYBIND11_FINDPYTHON=OFF
-DCMAKE_CXX_FLAGS="-D_=1"
exercise_D_: 1
- runs-on: ubuntu-20.04
python: 'pypy-3.8'
args: >
-DPYBIND11_FINDPYTHON=OFF
- runs-on: windows-2019
python: '3.8'
args: >