Skip to content

are cross-platform lockfiles deprecated? #3037

Answered by frostming
DetachHead asked this question in Q&A
Discussion options

You must be logged in to vote

No, it's the cross-platform strategy that is deprecated. By default, the lock file is still created for cross-platform. Explaining in lock targets, the default lock target is (python=<project_requires_python>, platform=none, implementation=none), to keep the same default behavior as before. And users can narrow down any of the specifiers to make it "less" cross-platform. That is too say, there is no clear boundary between cross-platform and non-cross-platform, it's just a difference in degree. So we do not want to mention cross-platform.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DetachHead
Comment options

@frostming
Comment options

Answer selected by DetachHead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants