Skip to content

Commit

Permalink
Actually updating minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomangano authored Mar 25, 2024
1 parent 8bd793e commit 700f78a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def copy_shared_libraries():
long_description="pyOptSparse is a Python package for formulating and solving nonlinear constrained optimization problems",
platforms=["Linux"],
keywords="optimization",
python_requires=">=3.9",
install_requires=[
"sqlitedict>=1.6",
"numpy>=1.21",
Expand Down Expand Up @@ -135,7 +134,7 @@ def copy_shared_libraries():
package_data={
"": ["*.so", "*.lib", "*.pyd", "*.pdb", "*.dylib", "assets/*", "LICENSE"],
},
python_requires=">=3.7",
python_requires=">=3.9",
entry_points={
"gui_scripts": [
"optview = pyoptsparse.postprocessing.OptView:main",
Expand Down

0 comments on commit 700f78a

Please sign in to comment.