diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-17 16:58:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-17 18:25:35 +0200 |
commit | 36c896d95af86330a02cf1b0a84fe858f5e8540c (patch) | |
tree | 04f7f0282defbfe288ae90cd6217a855b616035a /dev-python/flake8-polyfill | |
parent | dev-ml/camlidl: fix install, rm old versions (diff) | |
download | gentoo-36c896d95af86330a02cf1b0a84fe858f5e8540c.tar.gz gentoo-36c896d95af86330a02cf1b0a84fe858f5e8540c.tar.bz2 gentoo-36c896d95af86330a02cf1b0a84fe858f5e8540c.zip |
dev-python/flake8-polyfill: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flake8-polyfill')
-rw-r--r-- | dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild index 950b42dd36e7..9a51a00c9b83 100644 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |