dev-python/graphene: disable py3.11
This commit is contained in:
parent
59cc5a7636
commit
5b30bc9bca
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -26,6 +26,7 @@ KEYWORDS="~amd64"
|
|||
RDEPEND="
|
||||
dev-python/aniso8601[${PYTHON_USEDEP}]
|
||||
dev-python/graphql-core[${PYTHON_USEDEP}]
|
||||
<dev-python/graphql-core-3
|
||||
dev-python/graphql-relay[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in a new issue