Skip to content

Commit 1acb984

Browse files
committed
docs: update Python requirement to 3.8+, add make tox to README
1 parent 4bf5f75 commit 1acb984

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Miette is a "small sweet thing" in French.
55
In another way, Miette is a light-weight, low-memory-usage library for reading
66
Microsoft Office documents — starting with Word Binary Files (`.doc`).
77

8-
Requires Python 3.12+ and the [cfb](https://github.com/rembish/cfb) library.
8+
Requires Python 3.8+ and the [cfb](https://github.com/rembish/cfb) library.
99

1010
## Usage
1111

@@ -24,6 +24,7 @@ make format # run black
2424
make lint # run ruff
2525
make typecheck # run mypy
2626
make test # run pytest with coverage
27+
make tox # run tests across Python 3.8, 3.10, and 3.12
2728
make pre-commit # install pre-commit hooks
2829
make clean # remove build artifacts and caches
2930
```

0 commit comments

Comments
 (0)