diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-19 08:31:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-19 13:47:08 +0200 |
commit | 6e0a7599cda974d71a60d992a602789cc0c48833 (patch) | |
tree | d50137ba4a2e2e292462c7d76c7730c21970ef43 /dev-python/tabulate | |
parent | dev-python/indexed-gzip: Enable py3.13 (diff) | |
download | gentoo-6e0a7599cda974d71a60d992a602789cc0c48833.tar.gz gentoo-6e0a7599cda974d71a60d992a602789cc0c48833.tar.bz2 gentoo-6e0a7599cda974d71a60d992a602789cc0c48833.zip |
dev-python/tabulate: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tabulate/tabulate-0.9.0-r1.ebuild b/dev-python/tabulate/tabulate-0.9.0-r1.ebuild index 45b1278a6008..d14699db9d2a 100644 --- a/dev-python/tabulate/tabulate-0.9.0-r1.ebuild +++ b/dev-python/tabulate/tabulate-0.9.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 |