mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-07 09:23:43 +03:00
Add support for Python 3.13
This commit is contained in:
parent
61e33761eb
commit
6f80b58220
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13-dev'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**.
|
|||
REST framework requires the following:
|
||||
|
||||
* Django (4.2, 5.0, 5.1)
|
||||
* Python (3.8, 3.9, 3.10, 3.11, 3.12)
|
||||
* Python (3.8, 3.9, 3.10, 3.11, 3.12, 3.13)
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
each Python and Django series.
|
||||
|
|
1
setup.py
1
setup.py
|
@ -102,6 +102,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3.13',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user