Skip to content

Commit

Permalink
pin python for release too
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Nov 15, 2023
1 parent 96b7510 commit 11eafdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- nodefaults
- conda-forge
dependencies:
- python >=3.8.1,<3.12 # min version supported
- python 3.8.1 # min version supported
- poetry >=1.7
- nodejs >=18.17 # used by semantic-release
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ sh = ">=2.0.0"
pyyaml = ">=6"
colorama = ">=0.4.6"
python-dotenv = ">=0.21.1"
distlib = ">=0.3.7,<1"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=3"
Expand Down

0 comments on commit 11eafdc

Please sign in to comment.