diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-08-08 17:10:56 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-16 00:09:39 +0100 |
commit | 5e89e93be4d6635768f256df677e9c8f2b61fceb (patch) | |
tree | 5044309f6c0e60bf67834eff9d07ae83bc13eb50 /dev-python/filebytes | |
parent | mail-filter/postsrsd: add 1.12 (diff) | |
download | gentoo-5e89e93be4d6635768f256df677e9c8f2b61fceb.tar.gz gentoo-5e89e93be4d6635768f256df677e9c8f2b61fceb.tar.bz2 gentoo-5e89e93be4d6635768f256df677e9c8f2b61fceb.zip |
dev-python/filebytes: bump PYTHON_COMPAT
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/filebytes')
-rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 2 | ||||
-rw-r--r-- | 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 6e216e84195b..00131e1c6b82 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 e7dd4c7a61bf..7a845b783672 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 |