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 frozen requirements to pick up Python3.11 support in dependencies #1806

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

cs-shadow
Copy link
Member

The pinned version of some our dependencies (like pyroaring) are too old and hence fail to build on Python 3.11. Here's a sample job that is failing to install the current list of dependencies: https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/3532414193

Note: The reason none of the jobs are failing on this repository is because none of the current images come with Python 3.11. The fedora:37 image would add a test branch for Python 3.11 except that it cannot be published currently because the tests are failing (like above).

@cs-shadow cs-shadow force-pushed the chandan/update-pinned-deps branch 3 times, most recently from 9fabf7f to e7c4668 Compare December 29, 2022 01:13
The pinned version of some our dependencies (like `pyroaring`) are too
old and hence fail to build on Python 3.11. Here's a sample job that is
failing to install the current list of dependencies:
https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/3532414193

Note: The reason none of the jobs are failing on this repository is
because none of the current images come with Python 3.11. The `fedora:37`
image would add a test branch for Python 3.11 except that it cannot be
published currently because the tests are failing (like above).
@cs-shadow cs-shadow force-pushed the chandan/update-pinned-deps branch from e7c4668 to 52409c8 Compare December 29, 2022 11:21
@cs-shadow cs-shadow merged commit 52faaac into master Dec 29, 2022
@cs-shadow cs-shadow deleted the chandan/update-pinned-deps branch December 29, 2022 12:37
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.

1 participant