summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 12:48:42 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 13:05:21 +0300
commita1e8eb8426698fadeea0267dc8113faa309e4eef (patch)
tree2ce9383ac98fb63f11dca5b23791efa560570527 /dev-python/python-ctags
parentdev-python/python-constraint: enable py3.12 (diff)
downloadgentoo-a1e8eb8426698fadeea0267dc8113faa309e4eef.tar.gz
gentoo-a1e8eb8426698fadeea0267dc8113faa309e4eef.tar.bz2
gentoo-a1e8eb8426698fadeea0267dc8113faa309e4eef.zip
dev-python/python-ctags: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-ctags')
-rw-r--r--dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild b/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
index 12154624c3b7..e688b94c2856 100644
--- a/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1