mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
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:
committed by
GitHub
parent
566894d5f1
commit
48eb5ad9b9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user