mandiant / mandiant/stringsifter
Python 3.13 compatibility
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 763
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
hello,
`numpy==1.24`, which is used by stringsifter, is not compatible with python 3.13 (the python version shipped by default in debian trixie). See https://github.com/numpy/numpy/issues/23808
Updating numpy to `1.26.4` or or `2.3.2` solves the issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the dependency declaration used to install stringsifter and check how the current numpy==1.24 constraint is applied. Update it to a Python 3.13-compatible version such as 1.26.4 or 2.3.2, then verify that installation and the tool work under Python 3.13.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100