sci-chemistry/MDAnalysis: enable py3.11

Closes: https://bugs.gentoo.org/897194
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos 2023-05-20 13:36:03 +02:00
parent 3f54e138c2
commit 15b653e65b
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC
1 changed files with 1 additions and 1 deletions

View File

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