summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-13 14:53:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-13 14:53:45 +0200
commit6fef2119edb236dfac16a895599fd0c405218a59 (patch)
tree39eea201d4b6cd91e34f413664226191e6c5e4f3 /dev-python/ini2toml
parentdev-python/ini2toml: Remove pyproject-fmt (<2) dep entirely (diff)
downloadgentoo-6fef2119edb236dfac16a895599fd0c405218a59.tar.gz
gentoo-6fef2119edb236dfac16a895599fd0c405218a59.tar.bz2
gentoo-6fef2119edb236dfac16a895599fd0c405218a59.zip
dev-python/ini2toml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ini2toml')
-rw-r--r--dev-python/ini2toml/ini2toml-0.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ini2toml/ini2toml-0.14.ebuild b/dev-python/ini2toml/ini2toml-0.14.ebuild
index 548bd01908c0..2d64a412ee78 100644
--- a/dev-python/ini2toml/ini2toml-0.14.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.14.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi