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