File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
max-parallel : 4
11
11
matrix :
12
- python-version : [3.5, 3. 6, 3.7]
12
+ python-version : [3.6, 3.7]
13
13
numpy-version : [1.15, 1.16, 1.17]
14
14
15
15
steps :
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ def get_version():
28
28
License :: OSI Approved :: BSD License
29
29
Programming Language :: Python
30
30
Programming Language :: Python :: 3
31
- Programming Language :: Python :: 3.5
32
31
Programming Language :: Python :: 3.6
33
32
Programming Language :: Python :: 3.7
34
33
Programming Language :: Python :: 3 :: Only
@@ -56,7 +55,7 @@ def get_version():
56
55
maintainer = 'Numpy Financial Developers' ,
57
56
maintainer_email = 'numpy-discussion@python.org' ,
58
57
install_requires = ['numpy>=1.15' ],
59
- python_requires = '>=3.5 ' ,
58
+ python_requires = '>=3.6 ' ,
60
59
classifiers = CLASSIFIERS .splitlines (),
61
60
url = 'https://numpy.org/numpy-financial/' ,
62
61
download_url = 'https://pypi.org/project/numpy-financial/' ,
You can’t perform that action at this time.
0 commit comments