From a41f4aef8c02824d4e5fdf0b5db6695fc758ccee Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 4 Nov 2022 20:17:17 +0200 Subject: dev-python/flake8-polyfill: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild index e9866fde8326..750f32742879 100644 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Polyfill package for Flake8 plugins" -- cgit v1.2.3-65-gdbad