You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Python 3.9 goes EOL In October 2025, we should drop support for it.
As part of this, we should also drop our usage of the pkg_resources module, which is part of setuptools, and not a built-in module.
When we added support for Python 3.12, we shifted toward using the built-in importlib.metdata module, instead.
The text was updated successfully, but these errors were encountered:
Description of issue
When Python 3.9 goes EOL In October 2025, we should drop support for it.
As part of this, we should also drop our usage of the
pkg_resources
module, which is part ofsetuptools
, and not a built-in module.When we added support for Python 3.12, we shifted toward using the built-in
importlib.metdata
module, instead.The text was updated successfully, but these errors were encountered: