Skip to content
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

Closed
anthrotype opened this issue Oct 13, 2020 · 4 comments
Closed

Support Python 3.9 #12

anthrotype opened this issue Oct 13, 2020 · 4 comments

Comments

@anthrotype
Copy link
Member

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.

@anthrotype
Copy link
Member Author

Looks like Appveyor still hasn't added support for Python 3.9
appveyor/ci#3541

@ajkaijanaho
Copy link

Looks like Appveyor still hasn't added support for Python 3.9
appveyor/ci#3541

That ticket is closed by now. Any updates?

@anthrotype
Copy link
Member Author

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.

@anthrotype
Copy link
Member Author

Appveyor python3.9 build passed successfully:
https://ci.appveyor.com/project/szabadka/brotli-wheels/builds/37118320

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants