summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 08:31:58 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 09:40:23 +0200
commit452fd2aac3df26bfa31ee5a2a1636e85b635d604 (patch)
treeb53eeb1878540ad60eaa7c2a3f27eaf0c9cb9410 /dev-python/agate
parentdev-python/leather: Enable py3.13 (diff)
downloadgentoo-452fd2aac3df26bfa31ee5a2a1636e85b635d604.tar.gz
gentoo-452fd2aac3df26bfa31ee5a2a1636e85b635d604.tar.bz2
gentoo-452fd2aac3df26bfa31ee5a2a1636e85b635d604.zip
dev-python/agate: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate')
-rw-r--r--dev-python/agate/agate-1.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/agate/agate-1.11.0.ebuild b/dev-python/agate/agate-1.11.0.ebuild
index baca934b9901..eb0e80daa1c9 100644
--- a/dev-python/agate/agate-1.11.0.ebuild
+++ b/dev-python/agate/agate-1.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi