this release adds support for python 3.12.
the only change is replacing the pkg_resources
module, which is removed from python 3.12, with the recommended replacement importlib
.
this release adds support for python 3.12.
the only change is replacing the pkg_resources
module, which is removed from python 3.12, with the recommended replacement importlib
.