Skip to content

Commit 69cabda

Browse files
committed
Remove support for Python 3.8
1 parent 3214700 commit 69cabda

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

-2
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

-1
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)