We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3214700 commit 69cabdaCopy full SHA for 69cabda
.github/workflows/ci.yml
@@ -29,8 +29,6 @@ jobs:
29
fail-fast: false
30
matrix:
31
env:
32
- - python: '3.8'
33
- TOXENV: py38-django42-djangorestframework314
34
- python: '3.9'
35
TOXENV: py39-django42-djangorestframework314
36
- python: '3.10'
setup.py
@@ -36,7 +36,6 @@
'Framework :: Django',
37
'Programming Language :: Python',
38
'Programming Language :: Python :: 3',
39
- 'Programming Language :: Python :: 3.8',
40
'Programming Language :: Python :: 3.9',
41
'Programming Language :: Python :: 3.10',
42
'Programming Language :: Python :: 3.11',
0 commit comments