diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 18:39:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:31:18 +0200 |
commit | 186d93a52196f66b62ed6012f83c01f0ec1614a1 (patch) | |
tree | 0a089e21e6b1b62072cf9f68538dffd9d929dc6e /dev-python/iniconfig | |
parent | dev-python/hatch-vcs: Enable py3.13 (diff) | |
download | gentoo-186d93a52196f66b62ed6012f83c01f0ec1614a1.tar.gz gentoo-186d93a52196f66b62ed6012f83c01f0ec1614a1.tar.bz2 gentoo-186d93a52196f66b62ed6012f83c01f0ec1614a1.zip |
dev-python/iniconfig: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iniconfig')
-rw-r--r-- | dev-python/iniconfig/iniconfig-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/iniconfig/iniconfig-2.0.0.ebuild b/dev-python/iniconfig/iniconfig-2.0.0.ebuild index 3518b8c151bb..1117f65f2acb 100644 --- a/dev-python/iniconfig/iniconfig-2.0.0.ebuild +++ b/dev-python/iniconfig/iniconfig-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |