From 450f59068a2de22f8d4d43f14167d9db13903f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 10 Jul 2026 12:29:42 +0200 Subject: [PATCH] dev-python/apscheduler: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/apscheduler/apscheduler-3.11.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/apscheduler/apscheduler-3.11.3.ebuild b/dev-python/apscheduler/apscheduler-3.11.3.ebuild index 81ac8b9715703..d78ab350938ea 100644 --- a/dev-python/apscheduler/apscheduler-3.11.3.ebuild +++ b/dev-python/apscheduler/apscheduler-3.11.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_PN=APScheduler PYPI_VERIFY_REPO=https://github.com/agronholm/apscheduler -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi @@ -33,6 +33,7 @@ BDEPEND=" " EPYTEST_PLUGINS=( anyio pytest-timeout ) +EPYTEST_RERUNS=10 distutils_enable_tests pytest PATCHES=( @@ -40,7 +41,6 @@ PATCHES=( "${FILESDIR}"/apscheduler-3.11.3-external-server-tests.patch ) -EPYTEST_RERUNS=10 EPYTEST_DESELECT=( # require etcd3 tests/test_jobstores.py::test_etcd_client_ref