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

Python 3.13 compatibility: Rename deprecated .warn() to .warning() #168

Closed
wants to merge 1 commit into from

Commits on Jun 9, 2024

  1. Python 3.13 compatibility: Rename deprecated .warn() to .warning()

    Without this patch, building latest Pyzor using Python 3.13.0b2 fails
    like this: AttributeError: 'Logger' object has no attribute 'warn'
    
    See also: https://docs.python.org/3.13/whatsnew/3.13.html#logging
    robert-scheck committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e34e752 View commit details
    Browse the repository at this point in the history