commit: 6467197befe661fbd36ed4623240a7d58ed4cdce Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Jun 27 07:42:28 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 4 01:14:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6467197b
net-vpn/eduvpn-common: enable py3.13 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/36453 Signed-off-by: Sam James <sam <AT> gentoo.org> net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild b/net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild index d5fb7c3419a3..84ff41be06c6 100644 --- a/net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild +++ b/net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1
