-
Notifications
You must be signed in to change notification settings - Fork 37
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
Re-evaluate supported python versions #105
Comments
The dependency that I was talking about would only be a dependency for an async way to check the status of a Bedrock Edition server, sorry if I caused any confusion. |
Still python 3.5 is already past EOL, so I plan to re-evaluate whether or not to support that going forward. |
Also in addition to being able to add async Bedrock Edition support more easily, since the query protocol uses UDP as well (iirc) we would benefit by being able to do that more easily as well. |
I contacted the developer of |
Btw dnspython v2.0 requires python => 3.6 and contains async query and resolver |
If it is decided to remove support for Python 3.5 I'd make a PR with async lookup functions that utilize the async resolver. |
3.5 is end of life already; long live python >= 3.6 |
One of the dependencies has dropped support for 3.5 (as mentioned in #104). Time to re-evaluate whether claiming support for python3.5 is worth it or not. May as well add 3.9 to the supported list too. If support is still necessary for 3.5, the dependency will have to be updated or replaced.
The text was updated successfully, but these errors were encountered: