commit: 37ed88b27095b6294240d63b174265b332a42b1b Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Sat Apr 15 06:17:19 2023 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 19:56:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ed88b2
dev-db/pgxnclient: enable py3.11 Closes: https://bugs.gentoo.org/896682 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> dev-db/pgxnclient/pgxnclient-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild index c973bc57330b..fc99245a60e1 100644 --- a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 pypi