diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-12-03 20:06:34 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-12-05 00:44:53 +0500 |
commit | f92c3eee185a16241a791b7a0bae1fe292393d69 (patch) | |
tree | ebe978fd2b301045b133f274cf5de03dfb9087b8 /dev-python/tempus-themes | |
parent | dev-python/rst2ansi: enable py3.12 (diff) | |
download | guru-f92c3eee185a16241a791b7a0bae1fe292393d69.tar.gz guru-f92c3eee185a16241a791b7a0bae1fe292393d69.tar.bz2 guru-f92c3eee185a16241a791b7a0bae1fe292393d69.zip |
dev-python/tempus-themes: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/tempus-themes')
-rw-r--r-- | dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild index ad3929f3e..02743ed67 100644 --- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild +++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Accessible themes for Pygments" |