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

feat: Allow lxml 5.x and require python >= 3.8 #37

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

alangefe
Copy link
Contributor

@alangefe alangefe commented Feb 7, 2024

Fixes #29

lxml 5.x has been released and available for about a month now, so I increased the range of allowed lxml versions to include 5.x and then regenerated the lock file.

I also took the liberty of increasing the minimum supported python version to 3.8, which is the oldest non-EOL version as of today. I bumped the minor version to 2.6.0. If this needs to be a major rev instead, let me know.

Tests passed locally in a python 3.12 environment.

Copy link
Member

@JennToo JennToo left a comment

Choose a reason for hiding this comment

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

This will indeed be a major rev, but I'll do that after the merge since I think there's some other things I want to clean up for the 3.x release

@JennToo JennToo merged commit d34e6b5 into ADTRAN:main Feb 7, 2024
1 of 2 checks passed
@JennToo
Copy link
Member

JennToo commented Feb 7, 2024

Thanks Andrew!

@alangefe alangefe deleted the build/allow-lxml-5.x branch February 7, 2024 16:17
@JennToo
Copy link
Member

JennToo commented Feb 7, 2024

Released in 3.0.0

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.

Python3.12 compatibility will require lxml 5.0.0
2 participants