Skip to content

Commit

Permalink
test: enforcing minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomangano authored Mar 25, 2024
1 parent 1352c9e commit 4dc9de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ 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

0 comments on commit 4dc9de5

Please sign in to comment.