diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-06-27 09:42:28 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 02:14:52 +0100 |
commit | 6467197befe661fbd36ed4623240a7d58ed4cdce (patch) | |
tree | ea7965bf54f049006c3d0ef90f4af31c7eb69f47 /net-vpn | |
parent | net-vpn/eduvpn-client: patch is now upstream (diff) | |
download | gentoo-6467197befe661fbd36ed4623240a7d58ed4cdce.tar.gz gentoo-6467197befe661fbd36ed4623240a7d58ed4cdce.tar.bz2 gentoo-6467197befe661fbd36ed4623240a7d58ed4cdce.zip |
net-vpn/eduvpn-common: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/36453
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/eduvpn-common/eduvpn-common-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |