We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd62fe commit 8456d00Copy full SHA for 8456d00
update_readme.py
@@ -21,13 +21,11 @@
21
22
# Update the list of supported python versions
23
if current_versions != supported_versions:
24
- breakpoint()
25
readme = re.sub(
26
r"\.\. \|py_versions\| replace:: (.+)",
27
r"\.\. \|py_versions\| replace:: " + supported_versions,
28
readme,
29
)
30
31
# Write the updated README.md back to file
32
with open("README.rst", "w") as file:
33
file.write(readme)
0 commit comments