diff options
author | 2024-06-12 21:16:25 +0200 | |
---|---|---|
committer | 2024-06-12 21:16:25 +0200 | |
commit | e74758d37e8f4439864aab15c54da62b464c649b (patch) | |
tree | 0b5cd5ec809010d25c626e688cab279aade31350 /dev-python/configclass | |
parent | dev-python/mergedict: Enable py3.13 (diff) | |
download | gentoo-e74758d37e8f4439864aab15c54da62b464c649b.tar.gz gentoo-e74758d37e8f4439864aab15c54da62b464c649b.tar.bz2 gentoo-e74758d37e8f4439864aab15c54da62b464c649b.zip |
dev-python/configclass: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configclass')
-rw-r--r-- | dev-python/configclass/configclass-0.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/configclass/configclass-0.2.0-r1.ebuild b/dev-python/configclass/configclass-0.2.0-r1.ebuild index 2740af66df37..7432cb98afc8 100644 --- a/dev-python/configclass/configclass-0.2.0-r1.ebuild +++ b/dev-python/configclass/configclass-0.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} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |