summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 21:42:50 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 22:03:02 +0100
commit43931d374c1e919455510272ae2cbaa8e949a6c4 (patch)
tree13018c7423ded0d778c2ff24c679a5545dce3b12 /dev-python/statsmodels/statsmodels-0.14.1.ebuild
parentdev-python/statsmodels: Deselect test regression (diff)
downloadgentoo-43931d374c1e919455510272ae2cbaa8e949a6c4.tar.gz
gentoo-43931d374c1e919455510272ae2cbaa8e949a6c4.tar.bz2
gentoo-43931d374c1e919455510272ae2cbaa8e949a6c4.zip
dev-python/statsmodels: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels/statsmodels-0.14.1.ebuild')
-rw-r--r--dev-python/statsmodels/statsmodels-0.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.14.1.ebuild b/dev-python/statsmodels/statsmodels-0.14.1.ebuild
index f2c04b999ed3..4895dea96be3 100644
--- a/dev-python/statsmodels/statsmodels-0.14.1.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.14.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature pypi