diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:38:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:46:52 +0100 |
commit | 08f1a3de6ac2a02b5d13948a856e8512dc001c22 (patch) | |
tree | 6bf89b01d4c1698b8b907c6fce0425c922b066c8 /sys-block/fio | |
parent | app-arch/patool: enable py3.11 (diff) | |
download | gentoo-08f1a3de6ac2a02b5d13948a856e8512dc001c22.tar.gz gentoo-08f1a3de6ac2a02b5d13948a856e8512dc001c22.tar.bz2 gentoo-08f1a3de6ac2a02b5d13948a856e8512dc001c22.zip |
sys-block/fio: enable py3.11
Closes: https://bugs.gentoo.org/897278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/fio')
-rw-r--r-- | sys-block/fio/fio-3.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/fio/fio-3.34.ebuild b/sys-block/fio/fio-3.34.ebuild index 110d723fece7..70dcf8277d1f 100644 --- a/sys-block/fio/fio-3.34.ebuild +++ b/sys-block/fio/fio-3.34.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 toolchain-funcs |