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