Skip to content

Commit 2d1c687

Browse files
feanilclaude
andcommitted
chore: drop Python 3.11 support
Remove Python 3.11 from CI matrix and package classifiers. Python 3.12 is now the minimum supported version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4f85688 commit 2d1c687

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
python-version: ['3.11', '3.12']
17+
python-version: ['3.12']
1818
toxenv: [quality, docs, django42-drf315, django42-drflatest, django52-drf315, django52-drflatest]
1919

2020
steps:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def get_version(*file_paths):
143143
'Operating System :: OS Independent',
144144
'Programming Language :: Python',
145145
'Programming Language :: Python :: 3',
146-
'Programming Language :: Python :: 3.11',
147146
'Programming Language :: Python :: 3.12',
148147
],
149148
packages=find_packages(include=['submissions*'], exclude=['*.test', '*.tests']),

0 commit comments

Comments
 (0)