You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some fun, pipenv does not allow you to broadly specify a range of Python versions (e.g., ">3.8"), only "3" or something specific.
By default, dependabot uses a recent Python (3.10), which causes the lockfile to break for all versions that have different requirements between 3.8 and 3.10
Only support one Python version for this project (would simplify quite a few things tbh, but could be restrictive on which dependencies we can use (e.g., if they don't support Python 3.10 themselves)).
Scrap pipenv!
The text was updated successfully, but these errors were encountered:
ml-evs
added
the
build
For issues/PRs pertaining to the build or deployment of the package
label
Sep 24, 2022
Some fun, pipenv does not allow you to broadly specify a range of Python versions (e.g., ">3.8"), only "3" or something specific.
By default, dependabot uses a recent Python (3.10), which causes the lockfile to break for all versions that have different requirements between 3.8 and 3.10
Two possible solutions:
.python_version
orruntime.txt
files (see Possibility to set Python version? dependabot/dependabot-core#1455 - still would be quite brittle).The text was updated successfully, but these errors were encountered: