Skip to content

Commit 8456d00

Browse files
oops remove breakpoint
1 parent 4bd62fe commit 8456d00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

update_readme.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@
2121

2222
# Update the list of supported python versions
2323
if current_versions != supported_versions:
24-
breakpoint()
2524
readme = re.sub(
2625
r"\.\. \|py_versions\| replace:: (.+)",
2726
r"\.\. \|py_versions\| replace:: " + supported_versions,
2827
readme,
2928
)
30-
breakpoint()
3129
# Write the updated README.md back to file
3230
with open("README.rst", "w") as file:
3331
file.write(readme)

0 commit comments

Comments
 (0)