diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-09 19:21:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-09 19:32:23 +0200 |
commit | 02e1bca39e366e76afbb9a56554e6b3e34bc8982 (patch) | |
tree | 6479418cc7a9f4e96e65aec35baada6444fd3bff /dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild | |
parent | dev-python/tomli: Enable py3.13 (diff) | |
download | gentoo-02e1bca39e366e76afbb9a56554e6b3e34bc8982.tar.gz gentoo-02e1bca39e366e76afbb9a56554e6b3e34bc8982.tar.bz2 gentoo-02e1bca39e366e76afbb9a56554e6b3e34bc8982.zip |
dev-python/tomli-w: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild')
-rw-r--r-- | dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild b/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild index b5d2c5e48ed7..41878e1e9a52 100644 --- a/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild +++ b/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |