Re: [docs] "pipenv check" fails with latest build instructions
"Antonin Godard" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Fri Aug 21, 2026 at 5:36 PM CEST, Robert P. J. Day wrote: > > playing with quentin's latest pipenv instructions, and noticed: > > $ pipenv check > Checking PEP 508 requirements... > Specifier python_version does not match 3 (3.13). > Failed! > $ > > since, as i read it, "python_version" in Pipfile cannot just be "3", > but needs to be at least a major release like "3.13". other than that, > sphinx-lint and stylecheck seem to work fine, so do we even care? I think this might get fixed with the next version of pipenv: https://github.com/pypa/pipenv/pull/6688/changes/31548e6972f518ab4ccb5b8606cf1bb73f284abe Antonin