diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-14 18:02:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-14 18:02:10 +0200 |
commit | c592b048977d5b21c3b0aed4aa51983cbb8ac925 (patch) | |
tree | 86793052477329d654af5c6de6a96e017fc7532e /dev-python/flit_scm | |
parent | dev-python/setuptools: Remove duplicate PYTHON_COMPAT entry (diff) | |
download | gentoo-c592b048977d5b21c3b0aed4aa51983cbb8ac925.tar.gz gentoo-c592b048977d5b21c3b0aed4aa51983cbb8ac925.tar.bz2 gentoo-c592b048977d5b21c3b0aed4aa51983cbb8ac925.zip |
dev-python/flit_scm: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flit_scm')
-rw-r--r-- | dev-python/flit_scm/flit_scm-1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flit_scm/flit_scm-1.7.0.ebuild b/dev-python/flit_scm/flit_scm-1.7.0.ebuild index cfba15e67f03..4b0c38bd4a58 100644 --- a/dev-python/flit_scm/flit_scm-1.7.0.ebuild +++ b/dev-python/flit_scm/flit_scm-1.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |