Skip to content

Commit 409b17c

Browse files
committed
Add a deprecation warning for Python 3.6/3.7
1 parent 3dda4c8 commit 409b17c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ A lightweight, optionally typed expression language with a custom grammar for ma
66

77
Documentation is available at https://zeroSteiner.github.io/rule-engine/.
88

9+
:Warning:
10+
The next major version (5.0) will remove support Python versions 3.6 and 3.7. There is currently no timeline for its
11+
release.
12+
913
Rule Engine expressions are written in their own language, defined as strings in Python. The syntax is most similar to
1014
Python with some inspiration from Ruby. Some features of this language includes:
1115

0 commit comments

Comments
 (0)