Skip to content

Commit

Permalink
update python version support in CI and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mShan0 committed Mar 11, 2024
1 parent 026472d commit 0899188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ jobs:
Python 3.8 - Django 3.2:
python.version: '3.8'
tox.env: 'py38-django32'
Python 3.7 - Django 3.2:
python.version: '3.7'
tox.env: 'py37-django32'


steps:
Expand Down Expand Up @@ -202,9 +199,6 @@ jobs:
Python 3.8 - Django 3.2:
python.version: '3.8'
tox.env: 'py38-django32'
Python 3.7 - Django 3.2:
python.version: '3.7'
tox.env: 'py37-django32'

steps:
- task: UsePythonVersion@0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
"Operating System :: Microsoft :: Windows",
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
Expand Down

0 comments on commit 0899188

Please sign in to comment.