Update Pipfile.lock for Python 3.12

Alongside some quick edits to the base config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-18 22:42:01 +08:00
parent 81bcc565c1
commit 137a9f99b7
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ mkdocs-autolinks-plugin = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_version = "3.12"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme --livereload"