diff options
author | 2024-06-16 18:38:18 +0200 | |
---|---|---|
committer | 2024-06-16 19:33:53 +0200 | |
commit | 00550111a565b0e49fb78cd889fa81835e19c5a3 (patch) | |
tree | de7b39ee1baee835641403f8777d9bd4372f8323 /dev-python | |
parent | dev-python/pyflakes: Enable py3.13 (diff) | |
download | gentoo-00550111a565b0e49fb78cd889fa81835e19c5a3.tar.gz gentoo-00550111a565b0e49fb78cd889fa81835e19c5a3.tar.bz2 gentoo-00550111a565b0e49fb78cd889fa81835e19c5a3.zip |
dev-python/flake8: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flake8/flake8-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flake8/flake8-7.1.0.ebuild b/dev-python/flake8/flake8-7.1.0.ebuild index 674c53d8ec7f..da524270c22d 100644 --- a/dev-python/flake8/flake8-7.1.0.ebuild +++ b/dev-python/flake8/flake8-7.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |