Skip to content

Commit 7cb800e

Browse files
feanilclaude
andcommitted
chore: drop Python 3.11 support
Remove Python 3.11 from CI matrix, tox.ini, and trove classifiers in setup.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2ba67dd commit 7cb800e

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
python-version:
18-
- '3.11'
1918
- '3.12'
2019
toxenv: [quality, docs, django42, django52]
2120
steps:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def is_requirement(line):
156156
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
157157
'Natural Language :: English',
158158
'Programming Language :: Python :: 3',
159-
'Programming Language :: Python :: 3.11',
160159
'Programming Language :: Python :: 3.12',
161160
],
162161
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{311, 312}-django{42,52}, quality, docs
2+
envlist = py312-django{42,52}, quality, docs
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)