diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-23 11:16:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-23 11:20:10 +0200 |
commit | 56080851f8b1b41495d964db5d39e0fff078c817 (patch) | |
tree | f88f95adde6b76c0a071ffbda807bc9261aef1b7 /dev-python/tabulate | |
parent | dev-python/tabulate: Use PEP517 build (diff) | |
download | gentoo-56080851f8b1b41495d964db5d39e0fff078c817.tar.gz gentoo-56080851f8b1b41495d964db5d39e0fff078c817.tar.bz2 gentoo-56080851f8b1b41495d964db5d39e0fff078c817.zip |
dev-python/tabulate: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild index 9086aec4df76..699b1e2f6b7c 100644 --- a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild +++ b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |