Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73c7d45

Browse filesBrowse files
nedbathugovk
andauthored
Update _tools/generate_release_cycle.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent e769654 commit 73c7d45
Copy full SHA for 73c7d45

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎_tools/generate_release_cycle.py

Copy file name to clipboardExpand all lines: _tools/generate_release_cycle.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, *, limit_to_active=False, special_py27=False) -> None:
5151
key: version
5252
for key, version in self.versions.items()
5353
if version["end_of_life_date"] >= self.cutoff
54-
or (special_py27 and key == '2.7')
54+
or (special_py27 and key == "2.7")
5555
}
5656
if special_py27:
5757
self.cutoff = min(self.cutoff, dt.date(2019, 8, 1))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.