Skip to content

Commit

Permalink
app-forensics/decompyle++: add python 3.13 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed May 20, 2024
1 parent b3b91c5 commit 5ae9bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-forensics/decompyle++/decompyle++-0_p20240312.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..12} )
PYTHON_COMPAT=( python3_{8..13} )

inherit cmake python-single-r1

Expand Down

0 comments on commit 5ae9bf6

Please sign in to comment.