python-etcd icon indicating copy to clipboard operation
python-etcd copied to clipboard

Support Python 3.13

Open befeleme opened this issue 1 year ago • 0 comments

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.)"

befeleme avatar Apr 24 '24 07:04 befeleme