commit: 54d3afd3cee7a054593f9eee90ce563615faaed1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 21:28:08 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 21:28:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d3afd3
dev-python/vdirsyncer: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/vdirsyncer/vdirsyncer-0.19.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/vdirsyncer/vdirsyncer-0.19.3.ebuild
b/dev-python/vdirsyncer/vdirsyncer-0.19.3.ebuild
index ca3933ff6329..de00d2b9b2c6 100644
--- a/dev-python/vdirsyncer/vdirsyncer-0.19.3.ebuild
+++ b/dev-python/vdirsyncer/vdirsyncer-0.19.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi systemd