Skip to content

Commit e34d11b

Browse files
committed
Fix docs configuration: pkg_resources is not required or available anymore.
1 parent 602cd2b commit e34d11b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Add support for Python 3.15. This will be the last major release to
99
support Python 3.10.
1010
- Add support for free-threaded Python 3.14 and 3.15.
11+
- Remove dependency on ``setuptools``.
1112

1213

1314
4.2.0 (2025-09-19)

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
import os
3434
import sys
35-
import pkg_resources
3635
import importlib.metadata
3736
os.environ['PURE_PYTHON'] = '1'
3837

0 commit comments

Comments
 (0)