From d6012fc4fbb8ec4955bcbd877b3a0023a59a9814 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 12 Oct 2022 14:51:29 +0200 Subject: dev-python/GridDataFormats: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild') diff --git a/dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild b/dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild index 430e043f76da..30f452b6bdc9 100644 --- a/dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild +++ b/dev-python/GridDataFormats/GridDataFormats-1.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -- cgit v1.2.3