Skip to content

Commit 5baad56

Browse files
committed
Get rid of Python 3.5 in azure pipelines
1 parent 26e84af commit 5baad56

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999

100100
strategy:
101101
matrix:
102-
Python35:
103-
python.version: '3.5'
104102
Python36:
105103
python.version: '3.6'
106104
Python37:

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def cmake_bool(cond):
6464
Intended Audience :: Science/Research
6565
License :: OSI Approved :: BSD License
6666
Programming Language :: Python
67-
Programming Language :: Python :: 2.7
68-
Programming Language :: Python :: 3.4
69-
Programming Language :: Python :: 3.5
7067
Programming Language :: Python :: 3.6
7168
Programming Language :: Python :: 3.7
7269
Programming Language :: Python :: 3.8

0 commit comments

Comments
 (0)