mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 06:49:25 +00:00
ci: update to GraalPy 24.2 and mention in README (#5586)
* ci: update to GraalPy 24.2 and mention in README Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * tests: update for GRAALPY 24.2 and better printout Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * tests: use __graalpython__ for version number Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update README.rst --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- '3.13'
|
||||
- 'pypy-3.10'
|
||||
- 'pypy-3.11'
|
||||
- 'graalpy-24.1'
|
||||
- 'graalpy-24.2'
|
||||
|
||||
# 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
|
||||
@@ -95,9 +95,12 @@ jobs:
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DCMAKE_CXX_FLAGS="/DPYBIND11_RUN_TESTING_WITH_SMART_HOLDER_AS_DEFAULT_BUT_NEVER_USE_IN_PRODUCTION_PLEASE /GR /EHsc"
|
||||
- python: 'graalpy-24.1'
|
||||
runs-on: 'ubuntu-latest'
|
||||
exclude:
|
||||
# The setup-python action currently doesn't have graalpy for windows
|
||||
- python: 'graalpy-24.1'
|
||||
# See https://github.com/actions/setup-python/pull/880
|
||||
- python: 'graalpy-24.2'
|
||||
runs-on: 'windows-2022'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user