superlinear-ai / poetry-cookiecutter

🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps
GNU Affero General Public License v3.0
252 stars 37 forks source link

feat: increase minimum Python version to 3.10 #249

Closed lsorber closed 2 months ago

lsorber commented 2 months ago

Poetry Cookiecutter already included ipykernel and ipywidgets for Jupyter notebook support in VS Code. This PR adds ipython to the dev dependencies to make that available in the terminal as well.

EDIT: Because ipython requires Python 3.10 or higher, this PR increases the minimum Python version in addition to adding ipython to the dev dependencies.