stop advertising python 3.5 support

This commit is contained in:
Jim Minter 2020-03-26 14:47:33 -06:00
Родитель 954ae66ebe
Коммит 8f433d8b61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0730CBDA10D1A2D3
4 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -11,8 +11,8 @@ jobs:
vmImage: "ubuntu-latest"
strategy:
matrix:
Python35:
python.version: "3.5"
Python36:
python.version: "3.6"
steps:
- task: UsePythonVersion@0

Просмотреть файл

@ -5,7 +5,7 @@
1. Install [Go 1.13](https://golang.org/dl) or later, if you haven't already.
1. Install a supported version of [Python](https://www.python.org/downloads), if
you don't have one installed already. The `az` client supports Python 3.5+.
you don't have one installed already. The `az` client supports Python 3.6+.
A recent Python 3.x version is recommended.
1. Fedora users: install the `gpgme-devel` and `libassuan-devel` packages.

Просмотреть файл

@ -9,7 +9,7 @@ against a development RP running at https://localhost:8443/.
## Installing the extension
1. Install a supported version of [Python](https://www.python.org/downloads), if
you don't have one installed already. The `az` client supports Python 3.5+.
you don't have one installed already. The `az` client supports Python 3.6+.
A recent Python 3.x version is recommended. You will also need setuptools
installed, if you don't have it installed already.

Просмотреть файл

@ -21,7 +21,6 @@ CLASSIFIERS = [
'Intended Audience :: System Administrators',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',