summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-03 19:02:38 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-03 19:45:40 +0200
commite93e7e22a3809ccd8ee63040c615c9d2046af407 (patch)
tree09a3164e1b398348f8ecc05c97fe40998791c8e3 /dev-python/pgspecial
parentpackage.mask: Last rite dev-python/ntlm-auth (diff)
downloadgentoo-e93e7e22a3809ccd8ee63040c615c9d2046af407.tar.gz
gentoo-e93e7e22a3809ccd8ee63040c615c9d2046af407.tar.bz2
gentoo-e93e7e22a3809ccd8ee63040c615c9d2046af407.zip
dev-python/pgspecial: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pgspecial')
-rw-r--r--dev-python/pgspecial/pgspecial-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pgspecial/pgspecial-2.1.0.ebuild b/dev-python/pgspecial/pgspecial-2.1.0.ebuild
index 20d5d8a54dcc..56d59aaa9449 100644
--- a/dev-python/pgspecial/pgspecial-2.1.0.ebuild
+++ b/dev-python/pgspecial/pgspecial-2.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi