diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 10:42:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 11:14:08 +0100 |
commit | 2f8fb9068b015daeb034dc31854e53743f708d7d (patch) | |
tree | ad60fee60422c545436a5a68be44cff9d1c611d7 /dev-python/filetype | |
parent | dev-python/pycuda: add 2021.1, enable py3.10 (diff) | |
download | gentoo-2f8fb9068b015daeb034dc31854e53743f708d7d.tar.gz gentoo-2f8fb9068b015daeb034dc31854e53743f708d7d.tar.bz2 gentoo-2f8fb9068b015daeb034dc31854e53743f708d7d.zip |
dev-python/filetype: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/filetype')
-rw-r--r-- | dev-python/filetype/filetype-1.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filetype/filetype-1.0.10.ebuild b/dev-python/filetype/filetype-1.0.10.ebuild index 1caa25aaa615..d4094edb6538 100644 --- a/dev-python/filetype/filetype-1.0.10.ebuild +++ b/dev-python/filetype/filetype-1.0.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Small, dependency-free, fast Python package to infer binary file types checking" |