diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-21 07:46:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-21 08:06:52 +0200 |
commit | 67aaf0196ca8f4e4807310cc754c389c0cebcfe8 (patch) | |
tree | e20c160662c95fc4b0d3b3da52b79dc884f2887f /dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild | |
parent | dev-python/caldav: Bump to 1.3.6 (diff) | |
download | gentoo-67aaf0196ca8f4e4807310cc754c389c0cebcfe8.tar.gz gentoo-67aaf0196ca8f4e4807310cc754c389c0cebcfe8.tar.bz2 gentoo-67aaf0196ca8f4e4807310cc754c389c0cebcfe8.zip |
dev-python/recurring-ical-events: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild')
-rw-r--r-- | dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild b/dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild index 56f128c6fa25..23278d4d47b2 100644 --- a/dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild +++ b/dev-python/recurring-ical-events/recurring-ical-events-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |