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

Conversation

cryptomilk
Copy link
Contributor

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.

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
Copy link
Contributor Author

I do not see, how these failing tests are related to the change.

@justinmk
Copy link
Member

Tests are fixed on master. Thanks!

@justinmk justinmk merged commit a855fa3 into neovim:master Jun 10, 2024
1 of 19 checks passed
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.

2 participants