-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support Python 3.9 #12
Comments
Looks like Appveyor still hasn't added support for Python 3.9 |
That ticket is closed by now. Any updates? |
Thanks for the reminder. The python3.9 wheels for Windows are currently missing from PyPI https://pypi.org/project/Brotli/1.0.9/#files I have just pushed an empty commit to trigger a new build on Appveyor, if that passes (as it should now) I will upload the generated wheels as well. Stay tuned. |
Appveyor python3.9 build passed successfully: The files Brotli-1.0.9-cp39-cp39-win32.whl and Brotli-1.0.9-cp39-cp39-win_amd64.whl have been uploaded to https://pypi.org/project/Brotli/1.0.9/#files |
The stable release of Python 3.9 was released last week.
We need to build wheels for 3.9 as well.
I think it should be enough to simply add 3.9 to the build matrix of both Travis and Appveyor, after having updated the multibuild submodule to the latest "devel" branch which should support 3.9 now.
We could also drop support for 3.5 since it has reached EOL.
The text was updated successfully, but these errors were encountered: