Skip to content

Commit

Permalink
Update cppyy.py version (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna authored Oct 11, 2023
1 parent a6e426e commit 0e27b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/awkward/cppyy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ def register_and_check():

if not _has_checked_version:
if packaging.version.Version(cppyy.__version__) < packaging.version.Version(
"3.0.1"
"3.1.0"
):
raise ImportError(
"Awkward Array can only work with cppyy 3.0.1 or later "
"Awkward Array can only work with cppyy 3.1.0 or later "
f"(you have version {cppyy.__version__})"
)
_has_checked_version = True

0 comments on commit 0e27b90

Please sign in to comment.