From fd23c1f5e66795f86ee87f17a369220d10190576 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Wed, 24 Apr 2024 22:38:47 +0200 Subject: [PATCH] fixed min python requirement in docs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index cc0564e..d270fdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd]. ## Features * Write content in [Markdown][] -* Good looking default theme +* Good looking default theme: ![Blag Screenshot](blag.png) * Theming support using [Jinja2][] templates * Generation of Atom feeds for blog content @@ -24,7 +24,7 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd]. * Integrated devserver * Available on [PyPI][] -blag runs on Linux, Mac and Windows and requires Python >= 3.8 +blag runs on Linux, Mac and Windows and requires Python >= 3.10 [markdown]: https://daringfireball.net/projects/markdown/ [jinja2]: https://palletsprojects.com/p/jinja/