summaryrefslogtreecommitdiff
path: root/dev-python/agate-sql/agate-sql-0.7.3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-11 19:18:05 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-11 19:18:05 +0200
commit287b2bd7353ad018bd3e97bcf8c1406e84e2a5e4 (patch)
tree649015508c249bc80597f1af18569e0fcca9dfc0 /dev-python/agate-sql/agate-sql-0.7.3.ebuild
parentc80bbb15b58ec6015b96ab7ad01100464dd182db (diff)
dev-python/agate-sql: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate-sql/agate-sql-0.7.3.ebuild')
-rw-r--r--dev-python/agate-sql/agate-sql-0.7.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/agate-sql/agate-sql-0.7.3.ebuild b/dev-python/agate-sql/agate-sql-0.7.3.ebuild
index 6b404ebee3d3..ec132cb7bd31 100644
--- a/dev-python/agate-sql/agate-sql-0.7.3.ebuild
+++ b/dev-python/agate-sql/agate-sql-0.7.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2025 Gentoo Authors
+# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/wireservice/agate-sql
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi