From 2a61f20d5c0b6d24292b38f1027fd5def59419b6 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Fri, 11 Apr 2025 11:21:49 +0200 Subject: [PATCH] bindings: Update cppyy version from 3.1.2 to 3.5.0 --- pyproject.toml | 2 +- setup.cfg | 2 +- utils/tests/gitlab-ci-cppyy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 754779410..c877e512e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools>=45", "setuptools_scm[toml]>=6.0", "cmake-build-extension>=0.4", - "cppyy==3.1.2", + "cppyy==3.5.0", ] [tool.setuptools_scm] diff --git a/setup.cfg b/setup.cfg index 9f9be6f84..6274de69e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,5 +38,5 @@ classifiers = zip_safe = False python_requires = >=3.8 install_requires = - cppyy==3.1.2 + cppyy==3.5.0 diff --git a/utils/tests/gitlab-ci-cppyy.yml b/utils/tests/gitlab-ci-cppyy.yml index bf26e87e6..68f00837e 100644 --- a/utils/tests/gitlab-ci-cppyy.yml +++ b/utils/tests/gitlab-ci-cppyy.yml @@ -11,7 +11,7 @@ cppyy-22.04: python3 python3-pip libboost-dev libgsl-dev libgtk-3-dev git wget - - pip install cppyy==3.1.2 matplotlib numpy + - pip install cppyy==3.5.0 matplotlib numpy script: - if (git remote | grep -qw upstream) ; then git remote remove upstream ;