Commit 08e9285
committed
Add support for the Heroku-22 stack
* Adds binary generation and testing support for Heroku-22.
* Removes all EOL/deprecated runtime version build scripts.
* No longer set a fallback value for the `$STACK` env var, since it is always set on Heroku.
Runtime version support for Heroku-22 is as follows:
* Python 3.6 and older: Not supported since EOL.
* Python 3.7/3.8: Not supported since:
- they are in the security-fix-only phase of their lifecycle
- they reach EOL in 2023-06 and 2024-10 respectively, which is well
before the EOL date of Heroku-22
- upgrading from 3.7/3.9 to 3.9 is in most cases trivial, and
so we should be encouraging users to upgrade.
* Python 3.9: Only the current latest patch release (3.9.12) supported
(plus any future 3.9 releases).
* Python 3.10: All patch releases supported.
* PyPy: Not supported, since is deprecated, was only ever a beta
feature, the PyPy versions available for Heroku-18/20 are
significantly out of date, and usage is virtually non-existent.
GUS-W-10343718.1 parent c447bbc commit 08e9285
File tree
68 files changed
+298
-365
lines changed- .circleci
- bin
- builds
- runtimes
- spec
- hatchet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+298
-365
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| |||
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
| |||
93 | 86 | | |
94 | 87 | | |
95 | 88 | | |
96 | | - | |
| 89 | + | |
97 | 90 | | |
98 | 91 | | |
99 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments