commit: 7de55e597b83e99b20b94e634d00fbb6da9abd3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 15:19:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 15:34:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de55e59
dev-python/pgspecial: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pgspecial/pgspecial-2.2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pgspecial/pgspecial-2.2.1.ebuild
b/dev-python/pgspecial/pgspecial-2.2.1.ebuild
index 27e9bdd58e19..4d58910e01fa 100644
--- a/dev-python/pgspecial/pgspecial-2.2.1.ebuild
+++ b/dev-python/pgspecial/pgspecial-2.2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -30,6 +30,7 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
DOCS=( License.txt README.rst changelog.rst )