mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-16 06:34: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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- '3.10'
|
|
||||||
- '3.11'
|
|
||||||
- '3.12'
|
- '3.12'
|
||||||
- '3.13'
|
- '3.13'
|
||||||
- '3.14'
|
- '3.14'
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ Some reasons you might want to use REST framework:
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
* Python 3.10+
|
* Python 3.12+
|
||||||
* Django 4.2, 5.0, 5.1, 5.2, 6.0
|
* Django 4.2, 5.0, 5.1, 5.2, 6.0
|
||||||
|
|
||||||
We **highly recommend** and only officially support the latest patch release of
|
We **highly recommend** and only officially support the latest patch release of
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
license-files = [ "LICENSE.md" ]
|
license-files = [ "LICENSE.md" ]
|
||||||
authors = [ { name = "Tom Christie", email = "tom@tomchristie.com" } ]
|
authors = [ { name = "Tom Christie", email = "tom@tomchristie.com" } ]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.12"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
|
|
@ -23,8 +23,6 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.10",
|
|
||||||
"Programming Language :: Python :: 3.11",
|
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
"Programming Language :: Python :: 3.14",
|
"Programming Language :: Python :: 3.14",
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
{py310}-{django42,django51,django52}
|
|
||||||
{py311}-{django42,django51,django52}
|
|
||||||
{py312}-{django42,django51,django52,django60,djangomain}
|
{py312}-{django42,django51,django52,django60,djangomain}
|
||||||
{py313}-{django51,django52,django60,djangomain}
|
{py313}-{django51,django52,django60,djangomain}
|
||||||
{py314}-{django52,django60,djangomain}
|
{py314}-{django52,django60,djangomain}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user