Skip to content

Commit

Permalink
Update Python>=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 20, 2024
1 parent 2f0c9e9 commit 18f9fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 1.1.0

+ Update core modules to fit latest version of Mealpy==3.0.1 and PerMetrics=2.0.0
+ Update core modules to fit upgraded version of Mealpy>=3.0.1, PerMetrics>=2.0.0, Scikit-Learn>=1.2.1
+ IntelELM no longer support Python 3.7. Only support Python >= 3.8
+ Update docs and add examples

---------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def readme():
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -74,5 +73,5 @@ def readme():
extras_require={
"dev": ["pytest>=7.0", "pytest-cov==4.0.0", "flake8>=4.0.1"],
},
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit 18f9fa8

Please sign in to comment.