init
command should warn about conflicted python versions
#160
Labels
enhancement
New feature or request
init
command should warn about conflicted python versions
#160
project init
rye init proj --py 3.7.9 --no-readme
pyptoject expected:
requires-python = ">= 3.7"
pyproject actual:
requires-python = ">= 3.8"
I'm aware that we can config that by
config.toml
or--min-py
cli option, but default version behavior when providing toolchain on init, could have improvement.This also would prevent version conflicts like #82
The text was updated successfully, but these errors were encountered: