summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-11 09:23:13 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-11 10:19:37 +0200
commit4f46cdf770909fab33cf8b92768a7192b04799ab (patch)
tree1be72277ee436a2c7162dce279efcc3efad55e8e /dev-python/smmap
parentdev-python/parse: add 1.20.2 (diff)
downloadgentoo-4f46cdf770909fab33cf8b92768a7192b04799ab.tar.gz
gentoo-4f46cdf770909fab33cf8b92768a7192b04799ab.tar.bz2
gentoo-4f46cdf770909fab33cf8b92768a7192b04799ab.zip
dev-python/smmap: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/smmap')
-rw-r--r--dev-python/smmap/smmap-6.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/smmap/smmap-6.0.0.ebuild b/dev-python/smmap/smmap-6.0.0.ebuild
index 22984c53b454..fbbce7835244 100644
--- a/dev-python/smmap/smmap-6.0.0.ebuild
+++ b/dev-python/smmap/smmap-6.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi