diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:36:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:36:30 +0200 |
commit | 97cb267cc97a760c463910bfe82205ed17dadca8 (patch) | |
tree | b54472b4591be3d9fcf74e7e0f024fbf70d2cebe /dev-python/prettytable | |
parent | dev-python/cmd2: Enable py3.13 (diff) | |
download | gentoo-97cb267cc97a760c463910bfe82205ed17dadca8.tar.gz gentoo-97cb267cc97a760c463910bfe82205ed17dadca8.tar.bz2 gentoo-97cb267cc97a760c463910bfe82205ed17dadca8.zip |
dev-python/prettytable: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/prettytable-3.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prettytable/prettytable-3.10.0.ebuild b/dev-python/prettytable/prettytable-3.10.0.ebuild index 9963af859ea6..1c36c1c01f48 100644 --- a/dev-python/prettytable/prettytable-3.10.0.ebuild +++ b/dev-python/prettytable/prettytable-3.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |