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 requires-python version to ">=3.10,<=3.11" #6013

Merged
merged 1 commit into from
Aug 4, 2023

Commits on Aug 3, 2023

  1. Update requires-python version to ">=3.10,<=3.11"

    This commit modifies the requires-python constraint in the pyproject.toml file to ensure that the Python version used for this project remains between 3.10 and 3.11. By locking the Python version in this range, we guarantee that the generated lock file will be based on Python 3.10, which aligns with the production setup requirements. This change helps maintain consistency and stability across environments and ensures compatibility with the selected Python version.
    Aadesh-Baral committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    55b6570 View commit details
    Browse the repository at this point in the history