BertrandBordage / django-tree

Fast and easy tree structures.
BSD 3-Clause "New" or "Revised" License
88 stars 13 forks source link

django-tree can not be installed #2

Closed jhonvidal closed 9 months ago

jhonvidal commented 6 years ago

django-tree can not be installed for versions of django 1.8, 1.9 and 1.11.5.

Currently testing with django 1.11.5, I get the following error:

(vtree) [white@ban exampletree]$ pip install django-tree Collecting django-tree Could not find a version that satisfies the requirement django-tree (from versions: ) No matching distribution found for django-tree

can you update it please

BertrandBordage commented 6 years ago

It can be installed with django 1.8, 1.9 & 1.10, as listed in the requirements. I don’t have time to work on it for now sorry. If you’re willing to sponsor open source development on this project, you’re welcome!

BertrandBordage commented 9 months ago

I guess this can be considered as kind of resolved, now that django-tree supports Django 3.2. I know, it needs some packaging efforts to be more up to date + CI/CD. No time for that now, but this project will keep being updated over the years.