diff options
author | 2023-12-07 01:34:53 +0100 | |
---|---|---|
committer | 2023-12-07 08:18:00 +0200 | |
commit | db94ee80cd98fa98e219b4fec425acbd4330c634 (patch) | |
tree | 7bcdacf86b1d852bd4537cbbf8836f4f169f57a5 /app-portage | |
parent | app-misc/fastfetch: drop 2.3.2 (diff) | |
download | gentoo-db94ee80cd98fa98e219b4fec425acbd4330c634.tar.gz gentoo-db94ee80cd98fa98e219b4fec425acbd4330c634.tar.bz2 gentoo-db94ee80cd98fa98e219b4fec425acbd4330c634.zip |
app-portage/pfl: enable py3.12
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/34157
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/pfl/pfl-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |