Skip to content

Commit 74003a8

Browse files
mcbartonaaronj0
authored andcommitted
Update cppyy_monkey_patch.py
1 parent 051f3db commit 74003a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/cppyy_monkey_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_requires_for_build_wheel(*args, **kwds):
1818
try:
1919
import __pypy__, sys
2020
version = sys.pypy_version_info
21-
requirements = ['cppyy-cling==6.28.0']
21+
requirements = ['cppyy-cling==6.30.0']
2222
if version[0] == 5:
2323
if version[1] <= 9:
2424
requirements = ['cppyy-cling<6.12']
@@ -32,7 +32,7 @@ def get_requires_for_build_wheel(*args, **kwds):
3232
requirements = ['cppyy-cling<=6.18.2.3']
3333
except ImportError:
3434
# CPython
35-
requirements = ['cppyy-backend==1.14.11', 'cppyy-cling==6.28.0']
35+
requirements = ['cppyy-backend==1.15.0', 'cppyy-cling==6.30.0']
3636

3737
return requirements + _get_requires_for_build_wheel(*args, **kwds)
3838

0 commit comments

Comments
 (0)