Skip to content

Commit

Permalink
bump minimum-supported Python version to 3.8, following NumPy and Mat…
Browse files Browse the repository at this point in the history
…plotlib
  • Loading branch information
peterdsharpe committed Jul 12, 2023
1 parent cd9904c commit c664318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7' , '3.9' , '3.11' ]
python-version: [ '3.8' , '3.10' , '3.11' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version(rel_path):
],
keywords='aerodynamics airplane cfd mdo mdao aircraft design aerospace optimization automatic differentiation structures propulsion',
packages=find_packages(exclude=['docs', 'media', 'examples', 'studies']),
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=[
'numpy >= 1.20.0, <1.25a0',
'scipy >= 1.7.0',
Expand Down

0 comments on commit c664318

Please sign in to comment.