diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-04 20:17:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-04 20:17:17 +0200 |
commit | a41f4aef8c02824d4e5fdf0b5db6695fc758ccee (patch) | |
tree | a8db9329cb941cb83089ca907e77366a3c2f331d /dev-python/flake8-polyfill | |
parent | dev-python/helpdev: add gitlab upstream metadata (diff) | |
download | gentoo-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.ebuild | 2 |
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" |