Skip to content

Commit 0899188

Browse files
committed
update python version support in CI and setup
1 parent 026472d commit 0899188

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
8585
Python 3.8 - Django 3.2:
8686
python.version: '3.8'
8787
tox.env: 'py38-django32'
88-
Python 3.7 - Django 3.2:
89-
python.version: '3.7'
90-
tox.env: 'py37-django32'
9188

9289

9390
steps:
@@ -202,9 +199,6 @@ jobs:
202199
Python 3.8 - Django 3.2:
203200
python.version: '3.8'
204201
tox.env: 'py38-django32'
205-
Python 3.7 - Django 3.2:
206-
python.version: '3.7'
207-
tox.env: 'py37-django32'
208202

209203
steps:
210204
- task: UsePythonVersion@0

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
"Operating System :: Microsoft :: Windows",
1212
'Programming Language :: Python',
1313
'Programming Language :: Python :: 3',
14-
'Programming Language :: Python :: 3.6',
15-
'Programming Language :: Python :: 3.7',
1614
'Programming Language :: Python :: 3.8',
1715
'Programming Language :: Python :: 3.9',
1816
'Programming Language :: Python :: 3.10',
1917
'Programming Language :: Python :: 3.11',
18+
'Programming Language :: Python :: 3.12',
2019
'Framework :: Django :: 3.2',
2120
'Framework :: Django :: 4.0',
2221
'Framework :: Django :: 4.1',

0 commit comments

Comments
 (0)