Skip to content

wrapt 2.3.0.dev1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 07:49

Development snapshot. Not normally published to PyPi
(occasionally uploaded to exercise the release pipeline).

Release notes for the upcoming 2.3.0 final (work in
progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-3-0

Platform wheels and the source distribution are attached. To
test against your Python install, either grab a matching wheel
or build from the source distribution:

pip install wrapt-2.3.0.dev1-<python>-<abi>-<platform>.whl

or

tar xf wrapt-2.3.0.dev1.tar.gz
cd wrapt-2.3.0.dev1
pip install .

SHA256SUMS is attached for verification of the archives.