diff options
| author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-18 17:00:33 +0200 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-18 17:07:13 +0200 |
| commit | e8022c6e96909b17d5d1f1306273e4fc5d705b78 (patch) | |
| tree | 7bc2a3695e4e935efcbc7037ab3aac05f70565a7 /dev-python/python-gnupg | |
| parent | a624b0a5ad0efcc825617ea6bf0c4a2ff68bb1f5 (diff) | |
dev-python/python-gnupg: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/python-gnupg')
| -rw-r--r-- | dev-python/python-gnupg/python-gnupg-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild b/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild index 39661a1a36a3..12449772c5c5 100644 --- a/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild +++ b/dev-python/python-gnupg/python-gnupg-0.5.2.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=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 verify-sig |
