From 1029ecd087b1f821f02ae84d834ada86f04f575f Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Sep 2024 21:54:55 +0900 Subject: [PATCH] dev-python/sortedcollections: enable py3.13 Signed-off-by: Takuya Wakazono --- dev-python/sortedcollections/metadata.xml | 2 +- dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sortedcollections/metadata.xml b/dev-python/sortedcollections/metadata.xml index 3d094b8b57..f660727688 100644 --- a/dev-python/sortedcollections/metadata.xml +++ b/dev-python/sortedcollections/metadata.xml @@ -2,7 +2,7 @@ - http://www.grantjenks.com/docs/sortedcollections/ + https://grantjenks.com/docs/sortedcollections/ grantjenks/python-sortedcollections sortedcollections diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index 734a2b09e5..0fb404f296 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1