diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-23 02:22:22 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-23 02:26:20 +0200 |
commit | 148f24a09d29c9596dc5e9143539feeeadbab971 (patch) | |
tree | d9289581502ecb14f64faa00a2d306cd01ed1539 /dev-python/fs | |
parent | sys-devel/gcc: add 12.5.9999, drop 12.4.9999 (diff) | |
download | gentoo-148f24a09d29c9596dc5e9143539feeeadbab971.tar.gz gentoo-148f24a09d29c9596dc5e9143539feeeadbab971.tar.bz2 gentoo-148f24a09d29c9596dc5e9143539feeeadbab971.zip |
dev-python/fs: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/fs')
-rw-r--r-- | dev-python/fs/fs-2.4.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild index 2ff4052187be..0bfe849af1f5 100644 --- a/dev-python/fs/fs-2.4.16.ebuild +++ b/dev-python/fs/fs-2.4.16.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=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 optfeature pypi |