dev-python/netcdf4-python: enable py3.11

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2022-09-22 15:50:45 +01:00
parent 83908a56fd
commit 99047d6589

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 optfeature
MY_PN="netCDF4"