commit: db94ee80cd98fa98e219b4fec425acbd4330c634 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Thu Dec 7 00:34:53 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 06:18:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db94ee80
app-portage/pfl: enable py3.12 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34157 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-portage/pfl/pfl-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/pfl/pfl-3.2.1.ebuild b/app-portage/pfl/pfl-3.2.1.ebuild index 80db9cebf59b..1669717db18e 100644 --- a/app-portage/pfl/pfl-3.2.1.ebuild +++ b/app-portage/pfl/pfl-3.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 systemd
