-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Line 49 in 5e62a05
| from pkg_resources import parse_version # included in setuptools |
Using Python 3.12.3:
"from pkg_resources import parse_version"
returns
:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Actually that line is not needed if line 59 is changed to:
if setuptools.version < SETUPTOOLS_MIN_VER:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels