summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-11-25 18:56:36 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-11-25 18:56:36 +0000
commitc45466b502d95026fdb7f096f356cac002a0c457 (patch)
tree240cc68931e5b34eb843cb72e8e8036d60a13570
parentdev-python/grpcio-tools: add 1.67.0, drop 1.64.1 (diff)
downloadportage-c45466b502d95026fdb7f096f356cac002a0c457.tar.xz
dev-python/mnemonic: enable py3.13
-rw-r--r--dev-python/mnemonic/mnemonic-0.21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mnemonic/mnemonic-0.21.ebuild b/dev-python/mnemonic/mnemonic-0.21.ebuild
index bf74117c..93fc204f 100644
--- a/dev-python/mnemonic/mnemonic-0.21.ebuild
+++ b/dev-python/mnemonic/mnemonic-0.21.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi