summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:08:05 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:08:05 +0200
commitf68f20723f9ded00195cf7feda62a93cf43671ee (patch)
treec2c9dbb7ebb354a83b60cd17037865155fd0b7a4 /dev-python/dep-logic
parentdev-python/deepmerge: Enable py3.13 (diff)
downloadgentoo-f68f20723f9ded00195cf7feda62a93cf43671ee.tar.gz
gentoo-f68f20723f9ded00195cf7feda62a93cf43671ee.tar.bz2
gentoo-f68f20723f9ded00195cf7feda62a93cf43671ee.zip
dev-python/dep-logic: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dep-logic')
-rw-r--r--dev-python/dep-logic/dep-logic-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dep-logic/dep-logic-0.2.0.ebuild b/dev-python/dep-logic/dep-logic-0.2.0.ebuild
index 58158724015e..cf3afe5c232e 100644
--- a/dev-python/dep-logic/dep-logic-0.2.0.ebuild
+++ b/dev-python/dep-logic/dep-logic-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi