summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 20:20:34 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 20:28:07 +0200
commit562b1371bedc9eab75bf6221d4d635b0e024ea01 (patch)
treeedb75874bde21d1c43077e76f12572c6276ec46e /dev-python/jupyter_packaging
parentdev-python/jikanpy: Enable py3.11 (diff)
downloadgentoo-562b1371bedc9eab75bf6221d4d635b0e024ea01.tar.gz
gentoo-562b1371bedc9eab75bf6221d4d635b0e024ea01.tar.bz2
gentoo-562b1371bedc9eab75bf6221d4d635b0e024ea01.zip
dev-python/jupyter_packaging: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_packaging')
-rw-r--r--dev-python/jupyter_packaging/jupyter_packaging-0.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_packaging/jupyter_packaging-0.12.1.ebuild b/dev-python/jupyter_packaging/jupyter_packaging-0.12.1.ebuild
index e1d4496eff87..c7bae7e74312 100644
--- a/dev-python/jupyter_packaging/jupyter_packaging-0.12.1.ebuild
+++ b/dev-python/jupyter_packaging/jupyter_packaging-0.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1