internetarchive / internetarchive/arklet
support Django >= 6.0 ?
Open
- Dominant language
- Python
- Stars
- 24
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
I just tried to install arklet in my Django project but I'm only getting a 0.1.0 version because anything newer apparently wants:
```
dependencies = [
"Django>=4.2,<6.0",
]
```
I have not checked if anything breaks with Django>=6, but I wouldn't expect so.
Thanks! :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.