diff options
author | Matthias Maier <tamiko@gentoo.org> | 2023-05-07 14:42:12 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-05-07 14:42:12 -0500 |
commit | 5ebae4f98112e071bab952dc1a0d2dc4835e8596 (patch) | |
tree | ec341c18785f9123117b56ed938f648440aae892 /net-analyzer/flent/flent-2.0.0.ebuild | |
parent | dev-python/python-btrfs: enable py3.11 (diff) | |
download | tamiko-5ebae4f98112e071bab952dc1a0d2dc4835e8596.tar.gz tamiko-5ebae4f98112e071bab952dc1a0d2dc4835e8596.tar.bz2 tamiko-5ebae4f98112e071bab952dc1a0d2dc4835e8596.zip |
net-analyzer/flent: enable py3.11
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-analyzer/flent/flent-2.0.0.ebuild')
-rw-r--r-- | net-analyzer/flent/flent-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-2.0.0.ebuild b/net-analyzer/flent/flent-2.0.0.ebuild index b19801c..6e99c4d 100644 --- a/net-analyzer/flent/flent-2.0.0.ebuild +++ b/net-analyzer/flent/flent-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1 |