Skip to content

Commit

Permalink
Update readme with compatibility matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 31, 2021
1 parent f97930d commit 1917b3c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,29 @@

A pathlib-compatible Zipfile object wrapper. Official backport of the standard library
`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.


Compatibility
=============

New features are introduced in this third-party library and later merged
into CPython. The following table indicates which versions of this library
were contributed to different versions in the standard library:

.. list-table::
:header-rows: 1

* - zipp
- stdlib
* - 3.5
- 3.11
* - 3.3
- 3.9
* - 1.0
- 3.8


Usage
=====

Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.

0 comments on commit 1917b3c

Please sign in to comment.