Skip to content

Conversation

gregmeldrum
Copy link
Collaborator

What is the purpose of this change?

This change lowers the minimum Python version requirement from 3.11 to 3.10 to increase compatibility with systems that may not have Python 3.11 installed.

How is this accomplished?

By updating the requires-python field in the pyproject.toml file to specify a minimum Python version of 3.10 instead of 3.11, and ensuring the test matrix covers Python 3.10, 3.11, and 3.12.

Anything reviews should focus on/be aware of?

Reviewers should verify that all code features are compatible with Python 3.10, as there may be language features or dependencies that were introduced in Python 3.11 that would need to be modified.

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@RohanSreelesh RohanSreelesh self-requested a review March 24, 2025 12:56
@gregmeldrum gregmeldrum closed this Apr 3, 2025
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