commit: a802a65e1f624ca2c3d11e344a6a6f56ce85e540
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 27 12:35:12 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 27 13:27:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a802a65e
dev-python/asyncpg: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/asyncpg/asyncpg-0.30.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/asyncpg/asyncpg-0.30.0.ebuild
b/dev-python/asyncpg/asyncpg-0.30.0.ebuild
index 5847a9c176..01c12a43d4 100644
--- a/dev-python/asyncpg/asyncpg-0.30.0.ebuild
+++ b/dev-python/asyncpg/asyncpg-0.30.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} ) # doesn't build with pypy3
+PYTHON_COMPAT=( python3_{11..14} ) # doesn't build with pypy3
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi