mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-07 18:24:12 +03:00
- Update README.md to include Django 6.0 in the requirements section. (#9839)
- Add Django 6.0 to the supported Django versions in pyproject.toml.
This commit is contained in:
parent
0fbaebc3dd
commit
2da99035cc
|
|
@ -31,7 +31,7 @@ Some reasons you might want to use REST framework:
|
|||
# Requirements
|
||||
|
||||
* Python 3.10+
|
||||
* Django 4.2, 5.0, 5.1, 5.2
|
||||
* Django 4.2, 5.0, 5.1, 5.2, 6.0
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
each Python and Django series.
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ classifiers = [
|
|||
"Framework :: Django :: 5.0",
|
||||
"Framework :: Django :: 5.1",
|
||||
"Framework :: Django :: 5.2",
|
||||
"Framework :: Django :: 6.0",
|
||||
"Intended Audience :: Developers",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user