commit: a0ffd36315535130f0537d5dee23db1b5d237656
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 10 09:23:29 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 10 09:23:29 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0ffd363
sci-libs/pydicom: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/pydicom/pydicom-2.2.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index c10e76bdf..50e001227 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.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} )
inherit distutils-r1