summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-04 20:17:17 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-04 20:17:17 +0200
commita41f4aef8c02824d4e5fdf0b5db6695fc758ccee (patch)
treea8db9329cb941cb83089ca907e77366a3c2f331d /dev-python/flake8-polyfill
parentdev-python/helpdev: add gitlab upstream metadata (diff)
downloadgentoo-a41f4aef8c02824d4e5fdf0b5db6695fc758ccee.tar.gz
gentoo-a41f4aef8c02824d4e5fdf0b5db6695fc758ccee.tar.bz2
gentoo-a41f4aef8c02824d4e5fdf0b5db6695fc758ccee.zip
dev-python/flake8-polyfill: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flake8-polyfill')
-rw-r--r--dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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"