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 17
17
max-parallel : 5
18
18
fail-fast : false
19
19
matrix :
20
- python-version : ['3.7 ', '3.11']
20
+ python-version : ['3.8 ', '3.11']
21
21
slycot : ["", "conda"]
22
22
pandas : [""]
23
23
cvxopt : ["", "conda"]
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
17
17
" Intended Audience :: Developers" ,
18
18
" License :: OSI Approved :: BSD License" ,
19
19
" Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.7" ,
21
20
" Programming Language :: Python :: 3.8" ,
22
21
" Programming Language :: Python :: 3.9" ,
23
22
" Programming Language :: Python :: 3.10" ,
@@ -29,7 +28,7 @@ classifiers = [
29
28
" Operating System :: Unix" ,
30
29
" Operating System :: MacOS" ,
31
30
]
32
- requires-python = " >=3.7 "
31
+ requires-python = " >=3.8 "
33
32
dependencies = [
34
33
" numpy" ,
35
34
" scipy>=1.3" ,
You can’t perform that action at this time.
0 commit comments