-
Notifications
You must be signed in to change notification settings - Fork 428
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
Enable Python 3.8 on Azure Pipelines #3841
Conversation
Shouldn't lief / py-lief be built for py38 first? They seem to only exist for py37 atm. |
Yeap, you are right! We should build it for py38 first! cc: @msarahan |
Unfortunately LIEF doesn't work with Windows Python 3.8 yet and I'm not sure why. I'm working on enabling debug Python interpreters to be built with the python-feedstock recipe at present so I can debug this (and things like it) more easily. |
@mingwandroid Any further ideas on this? (especially now that conda's py38 builds are out, this becomes the stumbling block...) |
Yup, thanks all! |
Great stuff, thanks! (would the py38 builds appear in the default channel at some point?) |
CONDA_VERSION: 'release' | ||
py38-release: | ||
PYTHON_VERSION: '3.8' | ||
CONDA_VERSION: 'canary' |
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.
Is not it swapped? The section name does not match the conda version...
Hi there, thank you for your contribution! This pull request has been automatically locked because it has not had recent activity after being closed. Please open a new issue or pull request if needed. Thanks! |
Related to #3835