dwavesystems / dwave-ocean-sdk

Installer for D-Wave's Ocean tools
https://docs.ocean.dwavesys.com
Apache License 2.0
401 stars 154 forks source link

Update docs build system for python 3.12 #282

Closed randomir closed 9 months ago

randomir commented 9 months ago

pkg_resources is not available in python 3.12 by default, as setuptools are not installed by default anymore. Furthermore, its usage has been deprecated in 3.12, to be replaced with importlib.metadata and packaging functionality.