commit: fdc81838923ef2b5e28d5a14e854919b5afee830 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 12:08:09 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 14:25:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc81838
net-im/poezio: mark Python 3.11 compatible Closes: https://bugs.gentoo.org/897092 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-im/poezio/poezio-0.14.ebuild | 2 +- net-im/poezio/poezio-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild index cd1ffa0e91b6..25252101030b 100644 --- a/net-im/poezio/poezio-0.14.ebuild +++ b/net-im/poezio/poezio-0.14.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature xdg diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 14794a112d69..1a2418a6d044 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature xdg
