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 1717 max-parallel : 5
1818 fail-fast : false
1919 matrix :
20- python-version : ['3.7 ', '3.11']
20+ python-version : ['3.8 ', '3.11']
2121 slycot : ["", "conda"]
2222 pandas : [""]
2323 cvxopt : ["", "conda"]
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
1717 " Intended Audience :: Developers" ,
1818 " License :: OSI Approved :: BSD License" ,
1919 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.7" ,
2120 " Programming Language :: Python :: 3.8" ,
2221 " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.10" ,
@@ -29,7 +28,7 @@ classifiers = [
2928 " Operating System :: Unix" ,
3029 " Operating System :: MacOS" ,
3130]
32- requires-python = " >=3.7 "
31+ requires-python = " >=3.8 "
3332dependencies = [
3433 " numpy" ,
3534 " scipy>=1.3" ,
You can’t perform that action at this time.
0 commit comments