Skip to content

Commit 7caa6ee

Browse files
committed
Update README
1 parent 12a5598 commit 7caa6ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install
4848
Dependencies
4949
------------
5050

51-
``cytoolz`` supports Python 3.6+ with a common codebase.
51+
``cytoolz`` supports Python 3.7+ with a common codebase.
5252
It is developed in Cython, but requires no dependecies other than CPython
5353
and a C compiler. Like ``toolz``, it is a light weight dependency.
5454

@@ -72,7 +72,7 @@ Community
7272
See our `mailing list <https://groups.google.com/forum/#!forum/pytoolz>`__.
7373
We'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

cytoolz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
functoolz._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

2929
from ._version import get_versions
3030

0 commit comments

Comments
 (0)