diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-12 17:42:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-12 18:29:51 +0200 |
commit | 620158d2458e4ef1e6a2b66135a82265a5d53b5b (patch) | |
tree | f0c263d58e11741a48b6d56d6c8c3957660c3a7f /dev-python/isoduration | |
parent | dev-python/isodate: Enable py3.13 (diff) | |
download | gentoo-620158d2458e4ef1e6a2b66135a82265a5d53b5b.tar.gz gentoo-620158d2458e4ef1e6a2b66135a82265a5d53b5b.tar.bz2 gentoo-620158d2458e4ef1e6a2b66135a82265a5d53b5b.zip |
dev-python/isoduration: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/isoduration')
-rw-r--r-- | dev-python/isoduration/isoduration-20.11.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/isoduration/isoduration-20.11.0-r1.ebuild b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild index 9f3939e12bef..6b1de6ccffa4 100644 --- a/dev-python/isoduration/isoduration-20.11.0-r1.ebuild +++ b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-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 |