Skip to content

Commit 05cd258

Browse files
committed
Add a deprecation warning for Python 3.4/3.5
1 parent 7620f49 commit 05cd258

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 minor version (3.6) will be the last to support Python versions 3.4 and 3.5. There is currently no timeline
11+
for its release. The following version, either 3.7 or 4.0, will not suport Python versions 3.4 or 3.5.
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)