diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:47:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:50:18 +0200 |
commit | adaafcd8d834e5032359b6370478b8a3d20d1783 (patch) | |
tree | ac795c0f7928e1a2648f8011a5263f44acbc6213 /app-portage | |
parent | dev-python/poetry: Enable py3.13 (diff) | |
download | gentoo-adaafcd8d834e5032359b6370478b8a3d20d1783.tar.gz gentoo-adaafcd8d834e5032359b6370478b8a3d20d1783.tar.bz2 gentoo-adaafcd8d834e5032359b6370478b8a3d20d1783.zip |
app-portage/flaggie: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/flaggie-0.99.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/flaggie/flaggie-0.99.8.ebuild b/app-portage/flaggie/flaggie-0.99.8.ebuild index 6b637e334d74..06489793baf1 100644 --- a/app-portage/flaggie/flaggie-0.99.8.ebuild +++ b/app-portage/flaggie/flaggie-0.99.8.ebuild @@ -1,10 +1,10 @@ -# 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=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |