Drop Python 3.5 on all platforms, and Python 3.6 on macOS.

This commit is contained in:
Pavel Minaev 2022-02-23 15:54:44 -08:00 committed by Pavel Minaev
parent 4f12b1b47f
commit 420a206385
2 changed files with 1 additions and 31 deletions

View file

@ -37,8 +37,6 @@ jobs:
strategy:
matrix:
py35:
python.version: "3.5"
py36:
python.version: "3.6"
py37:
@ -61,31 +59,6 @@ jobs:
- template: "templates/run_tests.yml"
- job: "Test_MacOS_old"
timeoutInMinutes: 30
displayName: "Tests - macOS"
pool: { vmImage: "macOS-10.14" }
strategy:
matrix:
py35:
python.version: "3.5"
py36:
python.version: "3.6"
steps:
- script: |
ulimit -Sn 8192
displayName: "Increase file descriptor limit"
- template: "templates/use_python.yml"
- script: |
python -m ensurepip --user
displayName: "Bootstrap pip"
- template: "templates/run_tests.yml"
- job: "Test_MacOS"
timeoutInMinutes: 30
displayName: "Tests - macOS"
@ -122,8 +95,6 @@ jobs:
strategy:
matrix:
py35:
python.version: "3.5"
py36:
python.version: "3.6"
py37:

View file

@ -155,10 +155,9 @@ if __name__ == "__main__":
author="Microsoft Corporation",
author_email="ptvshelp@microsoft.com",
url="https://aka.ms/debugpy",
python_requires=">=3.5",
python_requires=">=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",