Commit c9a165d
authored
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
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
0 commit comments