Skip to content

Commit 73c7d45

Browse files
nedbathugovk
andauthored
Update _tools/generate_release_cycle.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e769654 commit 73c7d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/generate_release_cycle.py

Lines 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)