From d6f0c70d3f74f3d287a6e18e2a0debe4af6f87db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 29 Aug 2025 07:34:12 +0200 Subject: [PATCH] dev-python/vdirsyncer: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/vdirsyncer/vdirsyncer-0.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vdirsyncer/vdirsyncer-0.20.0.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.20.0.ebuild index 74ec478c7f76..8d9bec8a62a4 100644 --- a/dev-python/vdirsyncer/vdirsyncer-0.20.0.ebuild +++ b/dev-python/vdirsyncer/vdirsyncer-0.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 pypi systemd