diff options
author | Sam James <sam@gentoo.org> | 2023-05-24 09:30:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-24 09:36:25 +0100 |
commit | ff0730fefcfc1de613ec9add3af06cf3d3004d31 (patch) | |
tree | f96e8ede95ae23cc2dba681de98cdc86c2c66b36 /dev-python/webencodings | |
parent | dev-python/pytest-expect: enable py3.12 (diff) | |
download | gentoo-ff0730fefcfc1de613ec9add3af06cf3d3004d31.tar.gz gentoo-ff0730fefcfc1de613ec9add3af06cf3d3004d31.tar.bz2 gentoo-ff0730fefcfc1de613ec9add3af06cf3d3004d31.zip |
dev-python/webencodings: enable py3.12
Signed-off-by: Sam James <sam@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 52b7e5e1b33c..4f1fd148ae77 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_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |