net-vpn/6tunnel: disable py3.9

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2024-04-29 11:44:45 +02:00
parent d06dc1b0de
commit 5e4c4af344

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1
DESCRIPTION="TCP proxy for applications that don't speak IPv6"