Skip to content

Commit

Permalink
app-misc/piper: enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929339
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 2, 2024
1 parent c0c8d8a commit 18c0cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-misc/piper/piper-0.7-r1.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 meson python-single-r1 xdg

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

EAPI=8

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

inherit meson python-single-r1 xdg

Expand Down

0 comments on commit 18c0cd5

Please sign in to comment.