From 409b17c4026580d814c89bd7060c49bfec9ea4cc Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Wed, 19 Jun 2024 14:23:56 -0400 Subject: [PATCH] Add a deprecation warning for Python 3.6/3.7 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 586ebf5..ffec0c5 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ A lightweight, optionally typed expression language with a custom grammar for ma Documentation is available at https://zeroSteiner.github.io/rule-engine/. +:Warning: + The next major version (5.0) will remove support Python versions 3.6 and 3.7. There is currently no timeline for its + release. + Rule Engine expressions are written in their own language, defined as strings in Python. The syntax is most similar to Python with some inspiration from Ruby. Some features of this language includes: