Skip to content

Commit db0146c

Browse files
committed
docs: change 3.6 → 3.7
We dropped Python 3.6 support in ff0bac5
1 parent a30ec3c commit db0146c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ languages. The table below describes current language support:
2626
| -------------------- | -------------------------------------------------------------------------- |
2727
| Rust | [Cargo](https://crates.io/crates/jsonlogic-rs) |
2828
| 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/) |
3030

3131
## Installation
3232

@@ -58,7 +58,7 @@ Note that the package is distributed as a node package, so you'll need to use
5858

5959
### Python
6060

61-
Supports Python 3.6+.
61+
Supports Python 3.7+.
6262

6363
Wheels are distributed for many platforms, so you can often just run:
6464

@@ -203,7 +203,7 @@ true
203203

204204
You must have Rust installed and `cargo` available in your `PATH`.
205205

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
207207
newer must be available in your `PATH`. The `venv` module must be part of the
208208
Python distribution (looking at you, Ubuntu).
209209

0 commit comments

Comments
 (0)