From 533005d7fcd2c1305d4055411771d619e7ef618a Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 17 May 2025 15:38:52 +0100 Subject: [PATCH] dev-python/fixtures: enable py3.14 Signed-off-by: Sam James --- dev-python/fixtures/fixtures-4.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fixtures/fixtures-4.2.5.ebuild b/dev-python/fixtures/fixtures-4.2.5.ebuild index bbbd009d26223..02e9ab204fc31 100644 --- a/dev-python/fixtures/fixtures-4.2.5.ebuild +++ b/dev-python/fixtures/fixtures-4.2.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi