-
Notifications
You must be signed in to change notification settings - Fork 41
Drop Python 2 support #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is not required by Python 3.
PyPy will be supported inasmuch as it is compatible with the currently supported Python version.
horgh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, some nice improvements and simplifications with this!
maxminddb/types.py
Outdated
| maxminddb.types | ||
| ~~~~~~~~~~~~~~~ | ||
| This module provides a Record type the represents a database record. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"that represents" perhaps?
maxminddb/__init__.py
Outdated
| ) -> Reader: | ||
| database: Union[AnyStr, int, os.PathLike, IO], mode: int = MODE_AUTO | ||
| ) -> Union[Reader, "maxminddb.extension.Reader"]: | ||
| """Open a Maxmind DB database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"MaxMind"?
No description provided.