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

fix: Remove deprecated alias of logger.warn #569

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 6, 2024

  1. fix: Remove deprecated alias of logger.warn

    python-neovim fails to build with Python 3.13.0b1.
    
    According to https://docs.python.org/3.13/whatsnew/3.13.html:
    
    logging: Remove undocumented and untested Logger.warn() and
    LoggerAdapter.warn() methods and logging.warn() function.  Deprecated
    since Python 3.3, they were aliases to the logging.Logger.warning()
    method, logging.LoggerAdapter.warning() method and logging.warning()
    function.
    cryptomilk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    84dedb1 View commit details
    Browse the repository at this point in the history