File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ languages. The table below describes current language support:
26
26
| -------------------- | -------------------------------------------------------------------------- |
27
27
| Rust | [ Cargo] ( https://crates.io/crates/jsonlogic-rs ) |
28
28
| JavaScript (as WASM) | Node Package via [ NPM] ( https://www.npmjs.com/package/@bestow/jsonlogic-rs ) |
29
- | Python | [ PyPI] ( https://pypi.org/project/jsonlogic-rs/ ) |
29
+ | Python | [ PyPI] ( https://pypi.org/project/jsonlogic-rs/ ) |
30
30
31
31
## Installation
32
32
@@ -58,7 +58,7 @@ Note that the package is distributed as a node package, so you'll need to use
58
58
59
59
### Python
60
60
61
- Supports Python 3.6 +.
61
+ Supports Python 3.7 +.
62
62
63
63
Wheels are distributed for many platforms, so you can often just run:
64
64
203
203
204
204
You must have Rust installed and ` cargo ` available in your ` PATH ` .
205
205
206
- If you would like to build or test the Python distribution, Python 3.6 or
206
+ If you would like to build or test the Python distribution, Python 3.7 or
207
207
newer must be available in your ` PATH ` . The ` venv ` module must be part of the
208
208
Python distribution (looking at you, Ubuntu).
209
209
You can’t perform that action at this time.
0 commit comments