The `datashape` package can not be installed in a python 3.12 env
Open
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
The `datashape` package can not be installed in a python 3.12 environment due to `versioneer` module which invokes `configparser.SafeConfigParser()`. This class has been renamed to `ConfigParser` in Python 3.2. `SafeConfigParser` then became a deprecated alias and has been removed in Python 3.12.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.