Skip to content

Commit

Permalink
Update documentation with new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstarkey committed Mar 18, 2024
1 parent 65a59bd commit f6b3218
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ API, we suggest you consider switching to HashIDs instead.


## Requirements
* Python (2.7, 3.4, 3.5)
* [Django](https://github.com/django/django) (1.8, 1.10, 1.11)
* [Django REST Framework](https://github.com/tomchristie/django-rest-framework) (3.4, 3.5, 3.6)
* Python (3.8, 3.9, 3.10, 3.11, 3.12)
* [Django](https://github.com/django/django) (3.2, 4.2, 5.0)
* [Django REST Framework](https://github.com/tomchristie/django-rest-framework)
(3.12, 3.13, 3.14, 3.15). Note Django REST Framework 3.15 is the first version to
officially support Django 4.2+.
* [HashIds](https://github.com/davidaurelio/hashids-python) (>1.0)

0 comments on commit f6b3218

Please sign in to comment.