linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Poetry uses Python 3.8 as default, but project requires 3.9 #60

Open caufieldjh-in-space opened 1 year ago

caufieldjh-in-space commented 1 year ago

More of a documentation note than anything else - poetry creates a config with python = "^3.8" if the user doesn't tell it otherwise, but upon running make setup it becomes obvious that the project requires ^3.9.

caufieldjh-in-space commented 1 year ago

(posted as my personal account because I encountered this on a personal project)