diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-07-31 09:32:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:03:40 +0300 |
commit | a228cb26e80236798d13b1e4817c21fe467b146d (patch) | |
tree | be518454041f17a1d7a7d8c0072c8f021621d697 /net-vpn | |
parent | net-vpn/eduvpn-client: sync live (diff) | |
download | gentoo-a228cb26e80236798d13b1e4817c21fe467b146d.tar.gz gentoo-a228cb26e80236798d13b1e4817c21fe467b146d.tar.bz2 gentoo-a228cb26e80236798d13b1e4817c21fe467b146d.zip |
net-vpn/eduvpn-client: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37832
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/eduvpn-client/eduvpn-client-4.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/eduvpn-client/eduvpn-client-4.4.0.ebuild b/net-vpn/eduvpn-client/eduvpn-client-4.4.0.ebuild index 4e8e25b01923..6a4dd8a1e71b 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-4.4.0.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-4.4.0.ebuild @@ -7,7 +7,7 @@ DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" DOCS_DIR="doc" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 docs xdg-utils diff --git a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild index 5d4c152a80fd..cee3b2010cb7 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild @@ -7,7 +7,7 @@ DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" DOCS_DIR="doc" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 docs xdg-utils |