Skip to content

Commit c18d483

Browse files
authored
Add .python-version
Since specifying an explicit Python version is recommended for determinism. Adding the `.python-version` file will suppress the warning otherwise shown during the build, and prevent the version changing when 3.14 is made the default at the end of this year. The current default Python version is 3.13, so the actual version used remains the same. See also: https://devcenter.heroku.com/articles/python-support#specify-a-python-version https://devcenter.heroku.com/articles/python-runtimes
1 parent 34dc766 commit c18d483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

0 commit comments

Comments
 (0)