commit: 984d457c2610e62874dd1aa903dc9e0de158efd4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 09:45:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 09:53:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984d457c
dev-python/google-auth-oauthlib: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.2.ebuild
b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.2.ebuild
index a83d279595b2..05c4390e7c6d 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.2.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@@ -30,6 +30,7 @@ RDEPEND="
>=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {