hundreds-father-404
08/06/2021, 5:35 PMtyping-extensions dep
Poetry handles this, and specifically based on what you set the python value to. If you set it to ==3.9, the lockfile only works w/ 3.9. If you set to >=3.7,<3.10, it works with all those intepreters, even tho you only run it w/ one interpreter! Amazing