mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-15 14:14:01 +03:00
Drop support for 3.10 and 3.11
ref:https://docs.djangoproject.com/en/6.0/releases/6.0/#python-compatibility
This commit is contained in:
parent
40172399af
commit
4488e94a80
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -14,8 +14,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
- '3.14'
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Some reasons you might want to use REST framework:
|
|||
|
||||
# Requirements
|
||||
|
||||
* Python 3.10+
|
||||
* Python 3.12+
|
||||
* Django 4.2, 5.0, 5.1, 5.2, 6.0
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
|||
license = "BSD-3-Clause"
|
||||
license-files = [ "LICENSE.md" ]
|
||||
authors = [ { name = "Tom Christie", email = "tom@tomchristie.com" } ]
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.12"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Web Environment",
|
||||
|
|
@ -23,8 +23,6 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user