summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 09:31:03 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 09:31:03 +0200
commit39b1715ddbe8288b14ef22588e9ea0f5bc849cd4 (patch)
tree2504a9d5825f663706799472ca75aa00df2a8c05
parentdev-python/pyformance: Enable py3.13 (diff)
downloadgentoo-39b1715ddbe8288b14ef22588e9ea0f5bc849cd4.tar.gz
gentoo-39b1715ddbe8288b14ef22588e9ea0f5bc849cd4.tar.bz2
gentoo-39b1715ddbe8288b14ef22588e9ea0f5bc849cd4.zip
dev-python/pygit2: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pygit2/pygit2-1.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygit2/pygit2-1.14.1.ebuild b/dev-python/pygit2/pygit2-1.14.1.ebuild
index afac9dd7571b..a2c03420e9f1 100644
--- a/dev-python/pygit2/pygit2-1.14.1.ebuild
+++ b/dev-python/pygit2/pygit2-1.14.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi