Skip to content

Commit 83a41e6

Browse files
CI: Drop Python 3.5 support
1 parent 34de308 commit 83a41e6

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed

ci/azure/posix.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ jobs:
99
strategy:
1010
matrix:
1111
${{ if eq(parameters.name, 'macOS') }}:
12-
py35_macos:
13-
ENV_FILE: ci/deps/azure-macos-35.yaml
14-
CONDA_PY: "35"
12+
py36_macos:
13+
ENV_FILE: ci/deps/azure-macos-36.yaml
14+
CONDA_PY: "36"
1515
PATTERN: "not slow and not network"
1616

1717
${{ if eq(parameters.name, 'Linux') }}:
18-
py35_compat:
19-
ENV_FILE: ci/deps/azure-35-compat.yaml
20-
CONDA_PY: "35"
21-
PATTERN: "not slow and not network"
22-
2318
py36_locale_slow_old_np:
2419
ENV_FILE: ci/deps/azure-36-locale.yaml
2520
CONDA_PY: "36"

ci/deps/azure-35-compat.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def build_extensions(self):
223223
"Intended Audience :: Science/Research",
224224
"Programming Language :: Python",
225225
"Programming Language :: Python :: 3",
226-
"Programming Language :: Python :: 3.5",
227226
"Programming Language :: Python :: 3.6",
228227
"Programming Language :: Python :: 3.7",
229228
"Programming Language :: Python :: 3.8",
@@ -817,7 +816,7 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
817816
long_description=LONG_DESCRIPTION,
818817
classifiers=CLASSIFIERS,
819818
platforms="any",
820-
python_requires=">=3.5.3",
819+
python_requires=">=3.6",
821820
extras_require={
822821
"test": [
823822
# sync with setup.cfg minversion & install.rst

0 commit comments

Comments
 (0)