diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 18:35:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:31:04 +0200 |
commit | 08f3c0d015e9dd08e48b4a3e2ac01a4956384f85 (patch) | |
tree | 42f12379bfa0da421b5e6671a888ae77af95be61 /dev-python/flit-core | |
parent | dev-python/gpep517: Enable py3.13 (diff) | |
download | gentoo-08f3c0d015e9dd08e48b4a3e2ac01a4956384f85.tar.gz gentoo-08f3c0d015e9dd08e48b4a3e2ac01a4956384f85.tar.bz2 gentoo-08f3c0d015e9dd08e48b4a3e2ac01a4956384f85.zip |
dev-python/flit-core: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flit-core')
-rw-r--r-- | dev-python/flit-core/flit-core-3.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flit-core/flit-core-3.9.0.ebuild b/dev-python/flit-core/flit-core-3.9.0.ebuild index f2c8e13d8ff9..884223238eb7 100644 --- a/dev-python/flit-core/flit-core-3.9.0.ebuild +++ b/dev-python/flit-core/flit-core-3.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 8 -- sys-apps/portage dep EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |