commit: d5bb0b23dc716679ae9f128bd7cf55335aab5b51
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 07:13:19 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 22 07:13:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5bb0b23
dev-python/dropbox: enable py3.13, py3.14
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/dropbox/dropbox-12.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dropbox/dropbox-12.0.2.ebuild
b/dev-python/dropbox/dropbox-12.0.2.ebuild
index 1acc87ded..cf9d12a32 100644
--- a/dev-python/dropbox/dropbox-12.0.2.ebuild
+++ b/dev-python/dropbox/dropbox-12.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
GH_PN=dropbox-sdk-python