aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-05-02 20:14:41 -0400
committerHorea Christian <chr@chymera.eu>2023-05-02 20:14:41 -0400
commit83e88172628f0f65cf9a3e292eabb9e61a41d2d9 (patch)
treec2602d13729d75105042d9fcc9f8791073dc25b5
parentsci-biology/samri: enable py3.11 (diff)
downloadsci-83e88172628f0f65cf9a3e292eabb9e61a41d2d9.tar.gz
sci-83e88172628f0f65cf9a3e292eabb9e61a41d2d9.tar.bz2
sci-83e88172628f0f65cf9a3e292eabb9e61a41d2d9.zip
dev-python/fslpy: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-python/fslpy/fslpy-3.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fslpy/fslpy-3.10.0.ebuild b/dev-python/fslpy/fslpy-3.10.0.ebuild
index d25cfb22f..2cc4e60ff 100644
--- a/dev-python/fslpy/fslpy-3.10.0.ebuild
+++ b/dev-python/fslpy/fslpy-3.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx