diff options
author | 2022-11-14 05:41:12 +0100 | |
---|---|---|
committer | 2022-11-14 05:41:12 +0100 | |
commit | 0ac8869db408df14fd0feef5f93081bf10361c18 (patch) | |
tree | a6820eb25bfd7ad76227d3de98be0cfa2c8436de /dev-python/lesscpy | |
parent | dev-python/pydyf: Remove old (diff) | |
download | gentoo-0ac8869db408df14fd0feef5f93081bf10361c18.tar.gz gentoo-0ac8869db408df14fd0feef5f93081bf10361c18.tar.bz2 gentoo-0ac8869db408df14fd0feef5f93081bf10361c18.zip |
dev-python/lesscpy: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lesscpy/lesscpy-0.15.1.ebuild b/dev-python/lesscpy/lesscpy-0.15.1.ebuild index b5200810f11f..264ea9c3f7f6 100644 --- a/dev-python/lesscpy/lesscpy-0.15.1.ebuild +++ b/dev-python/lesscpy/lesscpy-0.15.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |