jplana / python-etcd

A python client for etcd
Other
520 stars 210 forks source link

Support Python 3.13 #288

Closed befeleme closed 1 month ago

befeleme commented 4 months ago

What's new in Python 3.13 states: "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. (Contributed by Victor Stinner in gh-105376.)"