diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 19:38:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 19:54:45 +0200 |
commit | 9449e8da189bc2c636a06ceb46fb85c759f4d17c (patch) | |
tree | 6ff7113e503b0b24e0d6bd6e70450f6bbad683ca /dev-python/webencodings | |
parent | dev-python/webencodings: EAPI 8, PEP517 (diff) | |
download | gentoo-9449e8da189bc2c636a06ceb46fb85c759f4d17c.tar.gz gentoo-9449e8da189bc2c636a06ceb46fb85c759f4d17c.tar.bz2 gentoo-9449e8da189bc2c636a06ceb46fb85c759f4d17c.zip |
dev-python/webencodings: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webencodings')
-rw-r--r-- | dev-python/webencodings/webencodings-0.5.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webencodings/webencodings-0.5.1-r2.ebuild b/dev-python/webencodings/webencodings-0.5.1-r2.ebuild index 4880bd99460e..fce592eb65af 100644 --- a/dev-python/webencodings/webencodings-0.5.1-r2.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1-r2.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 |