Skip to content

Commit

Permalink
capa 9 (#2485)
Browse files Browse the repository at this point in the history
Co-authored-by: doomedraven <doomedraven@gmail.com>
  • Loading branch information
doomedraven and doomedraven authored Feb 5, 2025
1 parent 60ec312 commit 68db47a
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/integrations/capa.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from packaging import version

if version.parse(python_version()) >= version.parse("3.10.0"):
capa_compatible_version = "8"
capa_compatible_version = "9"
else:
capa_compatible_version = "7"

Expand Down
Loading

0 comments on commit 68db47a

Please sign in to comment.