Closed jonnyyu closed 4 years ago
uh, the coverage rate is not up to standard, but I didn't add any code.
This, actually produces a nasty error when importing typing in Python 3.8 in an environment with expiringdict installed.
Hi @horkhe
Would you please review this PR? Do you have some plan to do a release?
Thank you for your contribution. Version 1.2.1 has been uploaded to PyPI.
When using bazel on Python3.7, I got error message below
After some research, I found this is because expiringdict requires 'typing' regardless of Python version. From typing doc, it becomes part of standard library in python 3.5.