diff options
author | 2024-05-12 17:35:39 +0200 | |
---|---|---|
committer | 2024-05-12 18:29:46 +0200 | |
commit | 227ddbb0e55beaa3ed1080683ef06cee54fa66af (patch) | |
tree | fa758ad570d431d90977b8511d502fd6e0fa3408 /dev-python | |
parent | dev-python/automat: Enable py3.13 (diff) | |
download | gentoo-227ddbb0e55beaa3ed1080683ef06cee54fa66af.tar.gz gentoo-227ddbb0e55beaa3ed1080683ef06cee54fa66af.tar.bz2 gentoo-227ddbb0e55beaa3ed1080683ef06cee54fa66af.zip |
dev-python/fqdn: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fqdn/fqdn-1.5.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fqdn/fqdn-1.5.1-r2.ebuild b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild index e0722ebec285..22e4f18a7d37 100644 --- a/dev-python/fqdn/fqdn-1.5.1-r2.ebuild +++ b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |