diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-25 17:30:18 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-25 18:04:59 +0200 |
commit | 439449158a34517ac90a0b23d2b81fbc8d6230c3 (patch) | |
tree | 003e1ce02fc0a78cf5f6593fca06395024ebb070 /dev-python/filetype | |
parent | app-editors/pyvim: bump to python 3.{9,10}, sort RDEPEND (diff) | |
download | gentoo-439449158a34517ac90a0b23d2b81fbc8d6230c3.tar.gz gentoo-439449158a34517ac90a0b23d2b81fbc8d6230c3.tar.bz2 gentoo-439449158a34517ac90a0b23d2b81fbc8d6230c3.zip |
dev-python/filetype: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filetype')
-rw-r--r-- | dev-python/filetype/filetype-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filetype/filetype-1.0.7.ebuild b/dev-python/filetype/filetype-1.0.7.ebuild index af5b020bb4ff..a7cbac696191 100644 --- a/dev-python/filetype/filetype-1.0.7.ebuild +++ b/dev-python/filetype/filetype-1.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |