Commit graph

4 commits

Author SHA1 Message Date
1bbd6c1050
feat: handling for using versions that are not installed (#14)
* feat: handling for using versions that are not installed

* test: coverage for installed version list

* chore: increment version to 0.0.8
2023-11-29 01:24:00 +00:00
38450e0f72
feat: which + version commands (#13)
* refactor: simplify logic that determines which Python version is used

* feat: which to output path only, version to output full current version meta

* fix: command used in shims

* chore: bump version to 0.0.7
2023-11-28 05:19:34 +00:00
3ccf410f17
feat: support .python-version to set version (#12)
* feat: add support for defining version via  .python-version

* test: coverage for .python-version support

* fix: double-printing due to untrimmed .python-version read
2023-11-27 22:31:14 -05:00
5bf3f36559
feat: default to system python if no version specified (#10)
* refactor: extract shared logic determining which python version is used

* feat: default to unshimmed python if no version specified

docs: mention of how system-python is evaluated

* refactor: extract python version determining funcs

* wip: ensure that output from system python check is cleaned for stray spaces

* test: coverage for system python fallback

* refactor: unused constant

* chore: update version to 0.0.5
2023-11-27 23:16:57 +00:00