summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2024-06-17 10:04:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2024-06-17 10:05:26 +0000
commit1b9120e7e8413a663403c95c17e7c63b1a6bf7b3 (patch)
tree8f63fb612e0b9a382623b97820948d20042caaf8 /dev-python/logbook
parentsys-process/procs: Use new cargo_target_dir helper (diff)
downloadgentoo-1b9120e7e8413a663403c95c17e7c63b1a6bf7b3.tar.gz
gentoo-1b9120e7e8413a663403c95c17e7c63b1a6bf7b3.tar.bz2
gentoo-1b9120e7e8413a663403c95c17e7c63b1a6bf7b3.zip
dev-python/logbook: enable py3.12
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-python/logbook')
-rw-r--r--dev-python/logbook/logbook-1.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/logbook/logbook-1.7.0.ebuild b/dev-python/logbook/logbook-1.7.0.ebuild
index cbf91d4941f2..3e935b81ead4 100644
--- a/dev-python/logbook/logbook-1.7.0.ebuild
+++ b/dev-python/logbook/logbook-1.7.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1