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(python): deprecation message when using Python <= 3.7 #4186

Merged
merged 5 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. feat: deprecation message when using Python <= 3.7

    As Python 3.7 has reached end-of-life on 2023-06-27, we will now be
    warning customers using it, and prompting them to upgrade to Python 3.8
    or newer at their earliest convenience.
    RomainMuller committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    30586b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d7af6 View commit details
    Browse the repository at this point in the history
  3. fix lint

    RomainMuller committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    19cf305 View commit details
    Browse the repository at this point in the history
  4. startswith

    RomainMuller committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a31a821 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    RomainMuller committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b29c7f6 View commit details
    Browse the repository at this point in the history