Closed AdilZouitine closed 3 years ago
Looks good to me.
If you could add 3.7 and 3.8 to the CI that would be good -- it should just be a matter of adding them to the matrix here:
Also, could you modify the setup.py
to:
typing_extensions
. This should be something like install_requires=[..., "typing_extensions==3.7.4.3;python_version<'3.9'"]
, I think.:tada:
Can you bump the version number here:
to 0.1.1 please?
Also, do you have a Twitter handle? I'll make a post about this, and would be happy to credit you.
Can you bump the version number here:
to 0.1.1 please?
Also, do you have a Twitter handle? I'll make a post about this, and would be happy to credit you.
Yes my Twitter is https://twitter.com/AdilZtn thanks you ! :smile:
Hi again :smile: ,
You will find in this pull request some modifications in the code and tests to make them compatible with python 3.7 +. My code is available at the code review.
However, versions 3.7 and 3.8 in the CI are missing (I tested in local on python 3.7 and 3.9).