diff options
author | 2022-06-17 09:31:38 +0300 | |
---|---|---|
committer | 2022-06-17 09:31:38 +0300 | |
commit | 597cda8517f38cf32944c7473b273b95a36eef86 (patch) | |
tree | 9c31b06aec926b2afcdf39b00c8c154bdea3d813 /dev-python/python-augeas | |
parent | dev-python/python-augeas: EAPI=8, PEP517 (diff) | |
download | gentoo-597cda8517f38cf32944c7473b273b95a36eef86.tar.gz gentoo-597cda8517f38cf32944c7473b273b95a36eef86.tar.bz2 gentoo-597cda8517f38cf32944c7473b273b95a36eef86.zip |
dev-python/python-augeas: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r-- | dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild index a0fc746e68df..47cf09eb8435 100644 --- a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild +++ b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |