dev-python/tablib: disable py3.11

This commit is contained in:
Alarig Le Lay 2023-01-31 00:12:23 +01:00
parent 34c1cca5b0
commit 28433058bb
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1