Skip to content

Commit 7f7703d

Browse files
Add .python-version instead of runtime.txt
1 parent 0825579 commit 7f7703d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ target/
8181
profile_default/
8282
ipython_config.py
8383

84-
# pyenv
85-
.python-version
86-
8784
# pipenv
8885
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
8986
# However, in case of collaboration, if having platform-specific dependencies or dependencies

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ To get an overview of how Heroku deployment works, we recommend reading this fir
341341
1. `Procfile`
342342
- Comes with default `web`, `worker` and `beat` processes.
343343
- Additionally, there's a `release` phase to run migrations safely, before releasing the new build.
344-
1. `runtime.txt`
344+
1. `.python-version`
345345
- Simply specifies the Python version to be used.
346346
1. `requirements.txt`
347347
- Heroku requires a root-level `requirements.txt`, so we've added that.

runtime.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)