From 5e89e93be4d6635768f256df677e9c8f2b61fceb Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 8 Aug 2022 17:10:56 +0200 Subject: [PATCH] dev-python/filebytes: bump PYTHON_COMPAT Signed-off-by: Mario Haustein Signed-off-by: Sam James --- dev-python/filebytes/filebytes-0.10.2.ebuild | 2 +- dev-python/filebytes/filebytes-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index 6e216e84195b1..00131e1c6b82e 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild index e7dd4c7a61bf7..7a845b783672e 100644 --- a/dev-python/filebytes/filebytes-9999.ebuild +++ b/dev-python/filebytes/filebytes-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1