diff options
author | 2023-12-25 12:23:31 +0100 | |
---|---|---|
committer | 2023-12-25 12:25:48 +0100 | |
commit | 54e66cc1dd511ea33e88df702130c70ef668f9ef (patch) | |
tree | fd8c6dd5f4f768eab57b42dacc607c378902e247 /dev-python/apprise | |
parent | sys-power/switcheroo-control-2.6-r2: fix for Prefix, #917566 (diff) | |
download | gentoo-54e66cc1dd511ea33e88df702130c70ef668f9ef.tar.gz gentoo-54e66cc1dd511ea33e88df702130c70ef668f9ef.tar.bz2 gentoo-54e66cc1dd511ea33e88df702130c70ef668f9ef.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/apprise')
-rw-r--r-- | dev-python/apprise/apprise-1.6.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |