Skip to content

Commit 47d90bb

Browse files
committed
Acknowledge wheel building to github CI team
1 parent 1d3281b commit 47d90bb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Changelog
99
1010
version 0.1.0-dev
1111
-----------------
12-
+ Add a fully featured gzip application in python m zlib_ng.gzip_ng
13-
+ Port Cpython's gzip module to use zlib-ng
14-
+ Port CPython's zlib module to use zlib-ng
12+
+ Build wheels for all three major operating systems.
13+
+ Add a fully featured gzip application in python m zlib_ng.gzip_ng.
14+
+ Port Cpython's gzip module to use zlib-ng.
15+
+ Port CPython's zlib module to use zlib-ng.
1516
+ Use zlib-ng version 2.0.6 as included statically linked version.

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,8 @@ This project builds upon the software and experience of many. Many thanks to:
159159
<https://github.com/python/cpython/graphs/contributors>`_.
160160
Python-zlib-ng mimicks ``zlibmodule.c`` and ``gzip.py`` from the standard
161161
library to make it easier for python users to adopt it.
162+
+ The `github actions team <https://github.com/orgs/actions/people>`_ for
163+
creating the actions CI service that enables building and testing on all
164+
three major operating systems.
162165

163166
.. acknowledgements end

0 commit comments

Comments
 (0)