We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf5f75 commit 1acb984Copy full SHA for 1acb984
1 file changed
README.md
@@ -5,7 +5,7 @@ Miette is a "small sweet thing" in French.
5
In another way, Miette is a light-weight, low-memory-usage library for reading
6
Microsoft Office documents — starting with Word Binary Files (`.doc`).
7
8
-Requires Python 3.12+ and the [cfb](https://github.com/rembish/cfb) library.
+Requires Python 3.8+ and the [cfb](https://github.com/rembish/cfb) library.
9
10
## Usage
11
@@ -24,6 +24,7 @@ make format # run black
24
make lint # run ruff
25
make typecheck # run mypy
26
make test # run pytest with coverage
27
+make tox # run tests across Python 3.8, 3.10, and 3.12
28
make pre-commit # install pre-commit hooks
29
make clean # remove build artifacts and caches
30
```
0 commit comments