dwavesystems / dwave-ocean-sdk

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

Update docs build system for python 3.12 #282

Closed randomir closed 11 months ago

randomir commented 11 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.