diff options
author | Horea Christian <chr@chymera.eu> | 2024-08-02 23:35:00 -0400 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2024-08-02 23:35:00 -0400 |
commit | d59ebbf101a5aa302a02f751eef761427679e394 (patch) | |
tree | e1581b3551743b555024f05617e7b1fbbbf3ad36 | |
parent | dev-python/wraps: version and PYTHON_COMPAT bump (diff) | |
download | sci-d59ebbf101a5aa302a02f751eef761427679e394.tar.gz sci-d59ebbf101a5aa302a02f751eef761427679e394.tar.bz2 sci-d59ebbf101a5aa302a02f751eef761427679e394.zip |
dev-vcs/datalad: enable py3.12
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r-- | dev-vcs/datalad/datalad-0.19.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/datalad/datalad-1.0.2.ebuild | 2 |
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" |