Skip to content

Commit 2a61f20

Browse files
bindings: Update cppyy version from 3.1.2 to 3.5.0
1 parent b812e47 commit 2a61f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"setuptools>=45",
66
"setuptools_scm[toml]>=6.0",
77
"cmake-build-extension>=0.4",
8-
"cppyy==3.1.2",
8+
"cppyy==3.5.0",
99
]
1010

1111
[tool.setuptools_scm]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ classifiers =
3838
zip_safe = False
3939
python_requires = >=3.8
4040
install_requires =
41-
cppyy==3.1.2
41+
cppyy==3.5.0
4242

utils/tests/gitlab-ci-cppyy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cppyy-22.04:
1111
python3 python3-pip
1212
libboost-dev libgsl-dev libgtk-3-dev
1313
git wget
14-
- pip install cppyy==3.1.2 matplotlib numpy
14+
- pip install cppyy==3.5.0 matplotlib numpy
1515
script:
1616
- if (git remote | grep -qw upstream) ; then
1717
git remote remove upstream ;

0 commit comments

Comments
 (0)