eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Use getlocale instead of getdefaultlocale #124

Closed eandersson closed 1 year ago

eandersson commented 2 years ago

getdefaultlocale is deprecated in newer versions of Python.

MartijnVdS commented 1 year ago

When using the currently released version (2.10.5) on Python 3.11, our tests complain that amqpstorm is using the deprecated "getdefaultlocale". We're currently silencing the warning, but that's not the best long term solution.

Can you give an indication the plans for this PR?

eandersson commented 1 year ago

When using the currently released version (2.10.5) on Python 3.11, our tests complain that amqpstorm is using the deprecated "getdefaultlocale". We're currently silencing the warning, but that's not the best long term solution.

Can you give an indication the plans for this PR?

2.10.6 should be available now! Thanks