aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2024-08-02 23:35:00 -0400
committerHorea Christian <chr@chymera.eu>2024-08-02 23:35:00 -0400
commitd59ebbf101a5aa302a02f751eef761427679e394 (patch)
treee1581b3551743b555024f05617e7b1fbbbf3ad36
parentdev-python/wraps: version and PYTHON_COMPAT bump (diff)
downloadsci-master.tar.gz
sci-master.tar.bz2
sci-master.zip
dev-vcs/datalad: enable py3.12HEADmaster
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-vcs/datalad/datalad-0.19.6-r1.ebuild2
-rw-r--r--dev-vcs/datalad/datalad-1.0.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/datalad/datalad-0.19.6-r1.ebuild b/dev-vcs/datalad/datalad-0.19.6-r1.ebuild
index c95bc935f..0a8c3f332 100644
--- a/dev-vcs/datalad/datalad-0.19.6-r1.ebuild
+++ b/dev-vcs/datalad/datalad-0.19.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Keep code, data, containers under control with git and git-annex"
diff --git a/dev-vcs/datalad/datalad-1.0.2.ebuild b/dev-vcs/datalad/datalad-1.0.2.ebuild
index de5b6cd6a..3ec624e7f 100644
--- a/dev-vcs/datalad/datalad-1.0.2.ebuild
+++ b/dev-vcs/datalad/datalad-1.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Keep code, data, containers under control with git and git-annex"