File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : true
1313 matrix :
14- python-version : ["3.8 ", "3.9 ", "3.10 "]
14+ python-version : ["3.9 ", "3.10 ", "3.11 "]
1515 steps :
1616 - name : Set Swap Space
1717 uses : pierotofy/set-swap-space@master
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ joblib>=1.3.0
33# h3pandas>=0.2.3
44matplotlib >= 3.7.1
55numpy >= 1.24.3 , < 2
6- pandas >= 1.5.3
6+ pandas >= 2.2.0
77plotly >= 5.9.0
88scikit_learn >= 1.2.2 , < 1.6
99# watermark>=2.3.1
Original file line number Diff line number Diff line change 2828 long_description = long_description ,
2929 packages = find_packages (),
3030 package_dir = {"stemflow" : "stemflow" },
31- python_requires = ">=3.8 .0" ,
31+ python_requires = ">=3.9 .0" ,
3232 install_requires = requirements ,
3333 platforms = "any" ,
3434 keywords = [
4545 classifiers = [
4646 "Development Status :: 5 - Production/Stable" ,
4747 "Programming Language :: Python :: 3" ,
48- "Programming Language :: Python :: 3.8" ,
4948 "Programming Language :: Python :: 3.9" ,
5049 "Programming Language :: Python :: 3.10" ,
5150 "Programming Language :: Python :: 3.11" ,
51+ "Programming Language :: Python :: 3.12" ,
5252 "Operating System :: Unix" ,
5353 "Operating System :: MacOS :: MacOS X" ,
5454 "Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments