Skip to content

Commit c9a165d

Browse files
authored
Switch from runtime.txt to .python-version (#239)
Since use of the `runtime.txt` file is now deprecated in favour of the `.python-version` file (since the latter is more widely supported in the Python ecosystem). This also switches to specifying only the major Python version (which automatically uses the latest patch release), in order to: 1. Save us from having to bump the version in this repo every time a new Python patch version is released. 2. Ensure that anyone who closes this repo and uses it as the basis for their app is then always using an up to date patch version if they don't know/remember to bump the version themselves. GUS-W-16971647.
1 parent 4d9fb79 commit c9a165d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.python-version

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

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)