diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 12:44:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:11:15 +0200 |
commit | ad949d6ac3a6a87028c44051806ae85fdafb5ade (patch) | |
tree | c873074403e7cc57ffb685eb5f989848b1553a68 /dev-python/ukkonen | |
parent | net-wireless/bluez: add 5.76 (diff) | |
download | gentoo-ad949d6ac3a6a87028c44051806ae85fdafb5ade.tar.gz gentoo-ad949d6ac3a6a87028c44051806ae85fdafb5ade.tar.bz2 gentoo-ad949d6ac3a6a87028c44051806ae85fdafb5ade.zip |
dev-python/ukkonen: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ukkonen')
-rw-r--r-- | dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild index dedeabf17c98..f152ecfad5f8 100644 --- a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild +++ b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |