diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-04-15 06:17:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-04-15 19:56:47 +0000 |
commit | 37ed88b27095b6294240d63b174265b332a42b1b (patch) | |
tree | 7242cda36c75b3da3bae600dca411ab2b0c8e2ae | |
parent | dev-python/pip: Bump to 23.1 (diff) | |
download | gentoo-37ed88b27095b6294240d63b174265b332a42b1b.tar.gz gentoo-37ed88b27095b6294240d63b174265b332a42b1b.tar.bz2 gentoo-37ed88b27095b6294240d63b174265b332a42b1b.zip |
dev-db/pgxnclient: enable py3.11
Closes: https://bugs.gentoo.org/896682
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |