commit: 54e66cc1dd511ea33e88df702130c70ef668f9ef Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 11:23:31 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 11:25:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e66cc1
dev-python/apprise: remove obsolete FIXME note This was to remind me to confirm apprise works with py3.12, which I did prior to adding it to the tree (but forgot to remove the reminder). Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-python/apprise/apprise-1.6.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/apprise/apprise-1.6.0.ebuild b/dev-python/apprise/apprise-1.6.0.ebuild index 17d45d5fc40b..9b76eb243d24 100644 --- a/dev-python/apprise/apprise-1.6.0.ebuild +++ b/dev-python/apprise/apprise-1.6.0.ebuild @@ -4,7 +4,6 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -#FIXME PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi