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

mach: Upgrade boto3 and remove Python < 3.10 dependencies #32208

Merged
merged 1 commit into from May 1, 2024

Conversation

mrobinson
Copy link
Member

This change upgrades boto3, which will fix an upcoming urllib3 version
conflict in the WPT and also removes all remaining dependencies for
Python version < 3.10. The requirement for Servo is 3.10 now.

Fixes #32201.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because this just upgrades build dependencies.

This change upgrades boto3, which will fix an upcoming urllib3 version
conflict in the WPT and also removes all remaining dependencies for
Python version < 3.10. The requirement for Servo is 3.10 now.

Fixes servo#32201.
Copy link
Member

@sagudev sagudev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to https://github.com/servo/servo/tree/main?tab=readme-ov-file#macos we already required python 3.10 (but I guess we actually supported more).

@mrobinson
Copy link
Member Author

According to https://github.com/servo/servo/tree/main?tab=readme-ov-file#macos we already required python 3.10 (but I guess we actually supported more).

You're totally correct. We required at least Python 3.10, but the requirements.txt file wasn't updated to reflect this fact. This was my fault. 😅

@mrobinson mrobinson enabled auto-merge May 1, 2024 16:09
@mrobinson mrobinson added this pull request to the merge queue May 1, 2024
Merged via the queue into servo:main with commit 814bf5b May 1, 2024
9 checks passed
@mrobinson mrobinson deleted the upgrade-boto branch May 1, 2024 17:30
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.

WPT Imports fail due to python resolver error
2 participants