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

Update to Python 3.8.0b2 #25

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Conversation

samdoran
Copy link
Contributor

@samdoran samdoran commented Jul 8, 2019

In Python 3.8.0b2, a breaking change to Cython was reverted. The packages we use that had problems with this change, lxml, pyyaml, and ruamel.yaml, hav not yet released versions that include the Cython 0.29.11. Reverting to the last released version of these three libraries is needed for a successful build on Python 3.8.0b2.

pip's Environment Marker only provides major and minor version (specifically, platform.python_version()[:3]) and omits the beta information. This means we cannot target a specific beta version in our constraints file.

@samdoran samdoran merged commit 57ad82a into ansible:master Jul 9, 2019
@samdoran samdoran deleted the python-3.8.0b2 branch July 9, 2019 13:45
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

Successfully merging this pull request may close these issues.

2 participants