Skip to content

Conversation

@OldPanda
Copy link

It complains with the following warning when running under Python 3.8+

Python 3.8.6 (v3.8.6:db455296be, Sep 23 2020, 13:31:39)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mmh3
>>> mmh3.hash("hello")
<stdin>:1: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
613153351

which was added in Python 3.8 source code.

@OldPanda
Copy link
Author

The build failed because travis-ci is not able to prepare Python 3.2 and Python 3.3 environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant