Skip to content

Commit

Permalink
Update spec-0000/SPEC0_versions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brigitta Sipőcz <[email protected]>
  • Loading branch information
Carreau and bsipocz authored Oct 4, 2023
1 parent 1b27079 commit 969ca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-0000/SPEC0_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_release_dates(package, support_time=plus24):
with open("schedule.md", "w") as fh:
for quarter in sorted(set(dq.index.get_level_values(0))):
fh.write("#### " + str(quarter).replace("Q", " - Quarter ") + ":\n\n")
fh.write("Recommend drop support for:\n\n")
fh.write("###### Recommend drop support for:\n\n")

fh.write("| | | |\n")
fh.write("|----|----|----|\n")
Expand Down

0 comments on commit 969ca3f

Please sign in to comment.