File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Install
4848Dependencies
4949------------
5050
51- ``cytoolz `` supports Python 3.6 + with a common codebase.
51+ ``cytoolz `` supports Python 3.7 + with a common codebase.
5252It is developed in Cython, but requires no dependecies other than CPython
5353and a C compiler. Like ``toolz ``, it is a light weight dependency.
5454
@@ -72,7 +72,7 @@ Community
7272See our `mailing list <https://groups.google.com/forum/#!forum/pytoolz >`__.
7373We're friendly.
7474
75- .. |Build Status | image :: https://travis-ci.org /pytoolz/cytoolz.svg?branch=master
76- :target: https://travis-ci.org /pytoolz/cytoolz
75+ .. |Build Status | image :: https://github.com /pytoolz/cytoolz/actions/workflows/test.yml/badge .svg?branch=master
76+ :target: https://github.com /pytoolz/cytoolz/actions
7777.. |Version Status | image :: https://badge.fury.io/py/cytoolz.svg
7878 :target: http://badge.fury.io/py/cytoolz
Original file line number Diff line number Diff line change 2424functoolz ._sigs .update_signature_registry ()
2525
2626# What version of toolz does cytoolz implement?
27- __toolz_version__ = '0.12.0 '
27+ __toolz_version__ = '0.12.1 '
2828
2929from ._version import get_versions
3030
You can’t perform that action at this time.
0 commit comments