Skip to content

Commit 6e33ce1

Browse files
committed
Drops Python 3.10 support
1 parent 86d0c8c commit 6e33ce1

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
python-version:
23-
- '3.10'
2423
- '3.11'
2524
- '3.12'
2625
- '3.13'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ django collectstatic --noinput
122122

123123
## Requirements
124124

125-
- Python 3.10 or higher
125+
- Python 3.11 or higher
126126
- Django 4.2 or higher
127127

128128
## Compatibility
129129

130130
This package is tested with:
131131

132-
- Python: 3.10, 3.11, 3.12, 3.13, 3.14
132+
- Python: 3.11, 3.12, 3.13, 3.14
133133
- Django: 4.2, 5.0, 5.1, 5.2, 6.0
134134

135135
## Contributing

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ classifiers = [
3333
"Natural Language :: English",
3434
"Operating System :: OS Independent",
3535
"Programming Language :: Python :: 3 :: Only",
36-
"Programming Language :: Python :: 3.10",
3736
"Programming Language :: Python :: 3.11",
3837
"Programming Language :: Python :: 3.12",
3938
"Programming Language :: Python :: 3.13",

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env_list =
55
py313-django{60, 52, 51}
66
py312-django{60, 52, 51, 50, 42}
77
py311-django{52, 51, 50, 42}
8-
py310-django{52, 51, 50, 42}
98

109
[testenv]
1110
runner = uv-venv-lock-runner

0 commit comments

Comments
 (0)