Skip to content

Commit

Permalink
dev-vcs/datalad: enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Horea Christian <chr@chymera.eu>
  • Loading branch information
TheChymera committed Aug 3, 2024
1 parent 17646d7 commit d59ebbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-vcs/datalad/datalad-0.19.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/datalad/datalad-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d59ebbf

Please sign in to comment.