diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2022-09-19 14:21:36 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-09-19 14:38:26 +0200 |
commit | 3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466 (patch) | |
tree | b18092e42b719e33304b9c66420063a890a5c60f /net-libs/pacparser | |
parent | net-libs/pacparser: drop 1.3.7-r1 (diff) | |
download | gentoo-3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466.tar.gz gentoo-3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466.tar.bz2 gentoo-3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466.zip |
net-libs/pacparser: enable py3.11
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/pacparser')
-rw-r--r-- | net-libs/pacparser/pacparser-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.4.0.ebuild b/net-libs/pacparser/pacparser-1.4.0.ebuild index 7dc296824bb6..d5d9c6469755 100644 --- a/net-libs/pacparser/pacparser-1.4.0.ebuild +++ b/net-libs/pacparser/pacparser-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit python-r1 toolchain-funcs |