diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-03 19:55:52 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-03 20:08:13 +0200 |
commit | 78471a094620acbbe3edafd8baa56cf5b0953b3b (patch) | |
tree | c8318d56ca81a06bb7d9d6925953ebc450327c7a /net-im | |
parent | dev-tex/rubber: enable py3.12 (diff) | |
download | gentoo-78471a094620acbbe3edafd8baa56cf5b0953b3b.tar.gz gentoo-78471a094620acbbe3edafd8baa56cf5b0953b3b.tar.bz2 gentoo-78471a094620acbbe3edafd8baa56cf5b0953b3b.zip |
net-im/poezio: enable py3.12
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/poezio/poezio-0.14.ebuild | 4 | ||||
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild index 31269b9415ce..481588c5ac43 100644 --- a/net-im/poezio/poezio-0.14.ebuild +++ b/net-im/poezio/poezio-0.14.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 optfeature xdg diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 65ae78d42495..ad409144eace 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 optfeature xdg |