-
Notifications
You must be signed in to change notification settings - Fork 308
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
Add support for Python 3.9 #708
Conversation
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.
I think it'd be helpful to add something like |
Oops, classifier now added! Here's the actual error:
https://github.com/hugovk/twine/runs/1254845165?check_suite_focus=true https://lxml.de/installation.html confirms that libxml2 and libxslt are needed. But perhaps it's easier to wait for wheels. I opened https://bugs.launchpad.net/lxml/+bug/1899830 to request them, and added it in the TODO. Edit: lxml/lxml#311 is the PR. |
lxml wheels are now available, added 3.9 typing tests and removed the TODO! |
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.
Thanks!
Add to tests, Trove classifiers and
docs/contributing.rst
.Omitted from the
types
test because the lxml dependency isn't yet ready for 3.9.