dev-python/blist: remove python3_9 compat, its not compatible

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2021-05-22 15:35:47 +03:00
parent 7de0c0e7e6
commit e150121e5c
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="A list-like type"