diff options
author | 2022-08-31 14:28:14 +0200 | |
---|---|---|
committer | 2022-08-31 14:38:11 +0200 | |
commit | ecceca6363592df765e7627d908987c06676c40e (patch) | |
tree | 23352d8fb0177ded66de4dcb29e10386be2dccdc /dev-python/numpydoc | |
parent | net-misc/dropbox: add 156.4.4908 (diff) | |
download | gentoo-ecceca6363592df765e7627d908987c06676c40e.tar.gz gentoo-ecceca6363592df765e7627d908987c06676c40e.tar.bz2 gentoo-ecceca6363592df765e7627d908987c06676c40e.zip |
dev-python/numpydoc: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/numpydoc')
-rw-r--r-- | dev-python/numpydoc/numpydoc-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numpydoc/numpydoc-1.4.0.ebuild b/dev-python/numpydoc/numpydoc-1.4.0.ebuild index ba68d1e747a5..86388e4b35fd 100644 --- a/dev-python/numpydoc/numpydoc-1.4.0.ebuild +++ b/dev-python/numpydoc/numpydoc-1.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |