diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:48:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 13:05:21 +0300 |
commit | a1e8eb8426698fadeea0267dc8113faa309e4eef (patch) | |
tree | 2ce9383ac98fb63f11dca5b23791efa560570527 /dev-python | |
parent | dev-python/python-constraint: enable py3.12 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild | 4 |
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 |