From f196bf8f33d765c4108c2cb8f236829bde463f80 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 18 Jun 2025 13:29:09 +0200 Subject: bump version to 0.11.0 This includes a bump to Python 3.11, as we use datetime.UTC which was only added in 3.11. We could go back and change those instances to datetime.timezone.utc, but why artificially stick to Py 3.10. --- doc/administration/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/administration/installation.rst') diff --git a/doc/administration/installation.rst b/doc/administration/installation.rst index a7c5c27..13e03b5 100644 --- a/doc/administration/installation.rst +++ b/doc/administration/installation.rst @@ -9,13 +9,14 @@ Requirements Fietsboek has the following requirements: * A Linux system -* Python 3.10 or later +* Python 3.11 or later * A `redis `__ server * (Optionally) an SQL database server: + * `PostgreSQL `__ Other systems (such as BSD as operating system, or MariaDB as SQL server) might -work, but it is not tested. +work, but are not tested. In addition, if you run on a different interpreter than CPython, you might need a working Rust toolchain (``rustc`` and ``cargo``) installed. This is because -- cgit v1.2.3