Skip to content

Commit 4488e94

Browse files
committed
1 parent 4017239 commit 4488e94

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.10'
18-
- '3.11'
1917
- '3.12'
2018
- '3.13'
2119
- '3.14'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some reasons you might want to use REST framework:
3030

3131
# Requirements
3232

33-
* Python 3.10+
33+
* Python 3.12+
3434
* Django 4.2, 5.0, 5.1, 5.2, 6.0
3535

3636
We **highly recommend** and only officially support the latest patch release of

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = "BSD-3-Clause"
1010
license-files = [ "LICENSE.md" ]
1111
authors = [ { name = "Tom Christie", email = "tom@tomchristie.com" } ]
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.12"
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
1515
"Environment :: Web Environment",
@@ -23,8 +23,6 @@ classifiers = [
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.10",
27-
"Programming Language :: Python :: 3.11",
2826
"Programming Language :: Python :: 3.12",
2927
"Programming Language :: Python :: 3.13",
3028
"Programming Language :: Python :: 3.14",

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[tox]
22
envlist =
3-
{py310}-{django42,django51,django52}
4-
{py311}-{django42,django51,django52}
53
{py312}-{django42,django51,django52,django60,djangomain}
64
{py313}-{django51,django52,django60,djangomain}
75
{py314}-{django52,django60,djangomain}

0 commit comments

Comments
 (0)