diff --git a/.replit b/.replit
index b90ccbe..c2e2c1d 100644
--- a/.replit
+++ b/.replit
@@ -41,10 +41,10 @@ start = "pylsp"
[env]
VIRTUAL_ENV = "/home/runner/${REPL_SLUG}/venv"
PATH = "${VIRTUAL_ENV}/bin"
-PYTHONPATH="${VIRTUAL_ENV}/lib/python3.10/site-packages"
-REPLIT_POETRY_PYPI_REPOSITORY="https://package-proxy.replit.com/pypi/"
-MPLBACKEND="TkAgg"
-POETRY_CACHE_DIR="${HOME}/${REPL_SLUG}/.cache/pypoetry"
+PYTHONPATH = "${VIRTUAL_ENV}/lib/python3.8/site-packages"
+REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/"
+MPLBACKEND = "TkAgg"
+POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry"
# Enable unit tests. This is only supported for a few languages.
[unitTest]
diff --git a/README.md b/README.md
index 5676ea6..0f3c261 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,7 @@ This line is added from Repl.it.
## This section is added to the new branch
This branch will be pushed to the repository as a new branch.
You can add anything here to test it.
+
+## This is a new heading Level 1 line
+
+# ok
\ No newline at end of file