diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-25 11:11:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-25 11:28:36 +0200 |
commit | c206fd915af1b32f96a608589c28131e02fade79 (patch) | |
tree | 8be1ecc9b9a3a102b71e1b55d90e33d52cd64c46 /dev-python/snowballstemmer | |
parent | dev-python/alabaster: Enable py3.13 (diff) | |
download | gentoo-c206fd915af1b32f96a608589c28131e02fade79.tar.gz gentoo-c206fd915af1b32f96a608589c28131e02fade79.tar.bz2 gentoo-c206fd915af1b32f96a608589c28131e02fade79.zip |
dev-python/snowballstemmer: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/snowballstemmer')
-rw-r--r-- | dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild index 3b6dcc6db839..865d0d4336ac 100644 --- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild +++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Stemmer algorithms generated from Snowball algorithms" |