diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-01 09:46:23 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-01 09:46:53 +0100 |
commit | 553fe6315d6d61ba9a53b31478d184b384642d86 (patch) | |
tree | ca04cac2e4c19cd5a0ea1209d26005ad06a8b147 /dev-python/types-gdb | |
parent | dev-ruby/regexp_parser: drop 2.8.1 (diff) | |
download | gentoo-553fe6315d6d61ba9a53b31478d184b384642d86.tar.gz gentoo-553fe6315d6d61ba9a53b31478d184b384642d86.tar.bz2 gentoo-553fe6315d6d61ba9a53b31478d184b384642d86.zip |
dev-python/types-gdb: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/types-gdb')
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild (renamed from dev-python/types-gdb/types-gdb-12.1.4.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild index c5b294bf85b7..bb9b717448e5 100644 --- a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild +++ b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 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} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |