Skip to content

Commit

Permalink
dev-debug/peda: enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929392
Signed-off-by: Mario Haustein <[email protected]>
Closes: gentoo#36375
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
hamarituc authored and mgorny committed Apr 23, 2024
1 parent 9aabbe8 commit 9a559e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-debug/peda/peda-1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit python-single-r1 wrapper

Expand Down
2 changes: 1 addition & 1 deletion dev-debug/peda/peda-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit python-single-r1 wrapper

Expand Down

0 comments on commit 9a559e2

Please sign in to comment.