Skip to content

Commit 381f2af

Browse files
committed
Remove support for Python 3.8
1 parent 9c9e3bf commit 381f2af

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
env:
32-
- python: '3.8'
33-
TOXENV: py38-django42-djangorestframework314
3432
- python: '3.9'
3533
TOXENV: py39-django42-djangorestframework314
3634
- python: '3.10'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'Framework :: Django',
3737
'Programming Language :: Python',
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.8',
4039
'Programming Language :: Python :: 3.9',
4140
'Programming Language :: Python :: 3.10',
4241
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)