Skip to content

Commit

Permalink
feat: support .python-version symlink (#4354)
Browse files Browse the repository at this point in the history
feat: add support for .python-version

dev can symlink this for supported tools like pyenv

Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm authored and frostming committed Feb 1, 2024
1 parent 6160d05 commit fdccfbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ mlruns/

# pdm
.pdm-python
.python-version
.pdm-build/
1 change: 1 addition & 0 deletions .python-version-default
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9

0 comments on commit fdccfbe

Please sign in to comment.