summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-09 16:25:58 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-09 16:50:07 +0200
commit344029def1c1bc651a16803e670b2ecdf6645875 (patch)
treeddf0a1caaca080392e388123753b18ecd4ab2510 /app-portage
parentdev-util/pkgdev: Enable py3.13 (diff)
downloadgentoo-344029def1c1bc651a16803e670b2ecdf6645875.tar.gz
gentoo-344029def1c1bc651a16803e670b2ecdf6645875.tar.bz2
gentoo-344029def1c1bc651a16803e670b2ecdf6645875.zip
app-portage/nattka: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/nattka/nattka-0.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/nattka/nattka-0.4.2.ebuild b/app-portage/nattka/nattka-0.4.2.ebuild
index e7018f442073..05f9534e3bb5 100644
--- a/app-portage/nattka/nattka-0.4.2.ebuild
+++ b/app-portage/nattka/nattka-0.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1