You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RFC-0038-cpython-support.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## **Motivation**
8
8
9
-
CPython release schedule is regularly cadenced every year. Given that the amount of work to enable and sunset versions yearly is fixed, we should be proactive in how we handle these tasks.
9
+
CPython follows annual release cycle. Given that the amount of work to enable and sunset versions yearly is fixed, we should be proactive in how we handle these tasks.
10
10
This RFC suggests an updated policy we want for CPython version support, CI/CD requirements and the proposed yearly timeline for enablement/sunsetting.
11
11
12
12
The key requirements driving this proposal are:
@@ -99,4 +99,8 @@ At any given time, we should run:
99
99
- ETA: 2 weeks
100
100
- Goal: migrate all the CI jobs running on the oldest version to the soon-to-be oldest version
101
101
- Who: Infra
102
-
102
+
- Remove un-used code and use new features
103
+
- When: After the version is fully dropped
104
+
- ETA: N/A
105
+
- Goal: clean up tech debt related to older cpython versions and simplify code using new features.
0 commit comments