Skip to content

Commit 2f1e625

Browse files
committed
Update with comments
1 parent fd439d4 commit 2f1e625

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RFC-0038-cpython-support.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## **Motivation**
88

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.
1010
This RFC suggests an updated policy we want for CPython version support, CI/CD requirements and the proposed yearly timeline for enablement/sunsetting.
1111

1212
The key requirements driving this proposal are:
@@ -99,4 +99,8 @@ At any given time, we should run:
9999
- ETA: 2 weeks
100100
- Goal: migrate all the CI jobs running on the oldest version to the soon-to-be oldest version
101101
- 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.
106+
- Who: All

0 commit comments

Comments
 (0)