diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 14:57:28 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 15:01:32 +0200 |
commit | 7e5133d13205647872253f5cc82a08dd19bf26e7 (patch) | |
tree | 974f0f4be1f1bfa3fd5c30135754c3ce5d02612b /dev-python/pyflakes/pyflakes-2.4.0.ebuild | |
parent | dev-python/authheaders: Remove old (diff) | |
download | gentoo-7e5133d13205647872253f5cc82a08dd19bf26e7.tar.gz gentoo-7e5133d13205647872253f5cc82a08dd19bf26e7.tar.bz2 gentoo-7e5133d13205647872253f5cc82a08dd19bf26e7.zip |
dev-python/pyflakes: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pyflakes/pyflakes-2.4.0.ebuild')
-rw-r--r-- | dev-python/pyflakes/pyflakes-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyflakes/pyflakes-2.4.0.ebuild b/dev-python/pyflakes/pyflakes-2.4.0.ebuild index 850b36c38aeb..5a223a9a3f6f 100644 --- a/dev-python/pyflakes/pyflakes-2.4.0.ebuild +++ b/dev-python/pyflakes/pyflakes-2.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Passive checker for Python programs" |