Skip to content

Commit 4a5908e

Browse files
committed
docs: clarify supported Python versions
1 parent 2fb50fd commit 4a5908e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ adheres to [Semantic Versioning](https://semver.org/).
1313

1414
- Add tests for CPython 3.10 and PyPy 3.8
1515
- Use CPython 3.10 for misc. tests
16+
- Clarify which Python versions are supported in readme
1617

1718
## [0.3.0] - 2021-11-07
1819

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,17 @@ $ xz --block-list 16M,32M,8M,42M file # specific size for each block
172172
```sh
173173
$ pixz file
174174
```
175+
176+
### Python version support
177+
178+
As a general rule, all Python versions that are both [released and still officially
179+
supported][python-versions] are supported by `python-xz` and tested against (both
180+
CPython and PyPy implementations).
181+
182+
Moreover, Python 3.6 is currently supported as well, but may be dropped in future
183+
releases.
184+
185+
If you have other use cases or find issues with some Python versions, feel free to
186+
[open a ticket](https://github.com/Rogdham/python-xz/issues/new)!
187+
188+
[python-versions]: https://devguide.python.org/#status-of-python-branches

0 commit comments

Comments
 (0)