diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-10 10:07:37 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-10 10:18:04 +0200 |
commit | 8d3574e363c497bd8ff16bd864d3ebbe5b616826 (patch) | |
tree | 308abe013b5c4c64a33439e14e63c698c4da934b /dev-python/xxhash | |
parent | media-sound/sidplayfp: bump to 2.8.0 (diff) | |
download | gentoo-8d3574e363c497bd8ff16bd864d3ebbe5b616826.tar.gz gentoo-8d3574e363c497bd8ff16bd864d3ebbe5b616826.tar.bz2 gentoo-8d3574e363c497bd8ff16bd864d3ebbe5b616826.zip |
dev-python/xxhash: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/xxhash')
-rw-r--r-- | dev-python/xxhash/xxhash-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xxhash/xxhash-3.4.1.ebuild b/dev-python/xxhash/xxhash-3.4.1.ebuild index 20d12a911146..caed6a5e8a64 100644 --- a/dev-python/xxhash/xxhash-3.4.1.ebuild +++ b/dev-python/xxhash/xxhash-3.4.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |