We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc751ba commit ad63da5Copy full SHA for ad63da5
CHANGELOG.rst
@@ -9,6 +9,10 @@ Changelog
9
10
version 0.2.0-dev
11
-----------------
12
++ Fixed a bug where writing of the gzip header would crash if an older version
13
+ of Python 3.7 was used such as on Debian or Ubuntu. This is due to
14
+ differences between point releases because of a backported feature. The code
15
+ now checks if the backported feature is present.
16
+ Added Python 3.9 to the testing.
17
+ Fixed ``setup.py`` to list setuptools as a requirement.
18
+ Changed homepage to reflect move to pycompression organization.
0 commit comments