summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-08 10:35:21 +0100
committerSam James <sam@gentoo.org>2024-07-08 10:35:21 +0100
commit39b4a5bee6c2b9607da82adc794462ccb3684dd6 (patch)
tree7add18577d5ef09250b292ef912bb37c85287841 /dev-python/astroid
parentdev-python/matplotlib-inline: enable py3.13 (diff)
downloadgentoo-39b4a5bee6c2b9607da82adc794462ccb3684dd6.tar.gz
gentoo-39b4a5bee6c2b9607da82adc794462ccb3684dd6.tar.bz2
gentoo-39b4a5bee6c2b9607da82adc794462ccb3684dd6.zip
dev-python/astroid: add link to py3.13 PR
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/astroid')
-rw-r--r--dev-python/astroid/astroid-3.2.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/astroid/astroid-3.2.2.ebuild b/dev-python/astroid/astroid-3.2.2.ebuild
index 791c68302437..fa56ffddb453 100644
--- a/dev-python/astroid/astroid-3.2.2.ebuild
+++ b/dev-python/astroid/astroid-3.2.2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+# py3.13: https://github.com/pylint-dev/astroid/pull/2424
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1