summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 22:01:34 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 22:03:03 +0100
commitcbb641b9cf1789becb46bab923eb1158e2e16c34 (patch)
tree6ea992a513d70673f7783efd8a4880546172e8b1 /dev-python/seaborn
parentdev-python/statsmodels: Enable py3.12 (diff)
downloadgentoo-cbb641b9cf1789becb46bab923eb1158e2e16c34.tar.gz
gentoo-cbb641b9cf1789becb46bab923eb1158e2e16c34.tar.bz2
gentoo-cbb641b9cf1789becb46bab923eb1158e2e16c34.zip
dev-python/seaborn: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/seaborn')
-rw-r--r--dev-python/seaborn/seaborn-0.13.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/seaborn/seaborn-0.13.2.ebuild b/dev-python/seaborn/seaborn-0.13.2.ebuild
index c377b54e8c4a..a4d31f49d279 100644
--- a/dev-python/seaborn/seaborn-0.13.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi