summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-03 11:22:36 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-03 18:06:43 +0200
commit4727012e1afa9e8a3f80e55b698b59682dabb6e0 (patch)
treed0bf93222bb27504a52cd809ba47ebb25111d423
parentdev-python/xarray: Port to py3.10 (diff)
downloadgentoo-4727012e1afa9e8a3f80e55b698b59682dabb6e0.tar.gz
gentoo-4727012e1afa9e8a3f80e55b698b59682dabb6e0.tar.bz2
gentoo-4727012e1afa9e8a3f80e55b698b59682dabb6e0.zip
dev-python/statsmodels: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
index 6ad90c648a67..cb5be6cfc648 100644
--- a/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.12.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 optfeature