diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-28 21:35:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-28 21:35:32 +0300 |
commit | 5b2010e7d9f8eee1a893e9f990ec4e5d3d6021a7 (patch) | |
tree | 96b9c126ad7d42a3e69fd81d7f292e935b92745f /dev-python/pylast | |
parent | dev-python/pyprof2calltree: enable py3.11 (diff) | |
download | gentoo-5b2010e7d9f8eee1a893e9f990ec4e5d3d6021a7.tar.gz gentoo-5b2010e7d9f8eee1a893e9f990ec4e5d3d6021a7.tar.bz2 gentoo-5b2010e7d9f8eee1a893e9f990ec4e5d3d6021a7.zip |
dev-python/pylast: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/pylast-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylast/pylast-5.0.0.ebuild b/dev-python/pylast/pylast-5.0.0.ebuild index 3cb7ce9991d7..93bf1e071624 100644 --- a/dev-python/pylast/pylast-5.0.0.ebuild +++ b/dev-python/pylast/pylast-5.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |