Skip to content

Commit

Permalink
Increase minimum ensureconda version for py3.12 compatibility
Browse files Browse the repository at this point in the history
Prior to ensureconda v1.4.4 distutils is used, which was removed in
python 3.12. This prevents conda-lock running under python newer
than 3.11, so the minimum version of ensureconda is increased.

Fixes #542
  • Loading branch information
jfrost-mo committed Feb 5, 2024
1 parent 2c2999b commit 1c64798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
# conda-lock dependencies
"click >=8.0",
"click-default-group",
"ensureconda >=1.3",
"ensureconda >=1.4.4",
"gitpython >=3.1.30",
"jinja2",
"pydantic >=1.10",
Expand Down

0 comments on commit 1c64798

Please sign in to comment.