#2464 - Reverting changes from Python3.12 investigations, updating README and prproject.toml so that python 3.11 is allowed

This commit is contained in:
Charlie Crane
2024-05-01 17:06:58 +01:00
parent 0fd85722ae
commit d25a8aa0ef
11 changed files with 37 additions and 50 deletions

View File

@@ -30,7 +30,8 @@ release = version
# set global variables
rst_prolog = f"""
.. |VERSION| replace:: {release} """ # noqa
.. |VERSION| replace:: {release}
"""
html_title = f"{project} v{release} docs"