Skip to content

Commit

Permalink
Try newer cppyy-cling for Ubuntu arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 23, 2025
1 parent f62e91c commit c2b5db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/cppyy_monkey_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_requires_for_build_wheel(*args, **kwds):
try:
import __pypy__, sys
version = sys.pypy_version_info
requirements = ['cppyy-cling==6.28.0']
requirements = ['cppyy-cling==6.32.8']
if version[0] == 5:
if version[1] <= 9:
requirements = ['cppyy-cling<6.12']
Expand Down

0 comments on commit c2b5db9

Please sign in to comment.