Skip to content

Commit

Permalink
test python>=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jan 29, 2024
1 parent dd74421 commit 6d9bab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers=
Topic :: Scientific/Engineering :: Astronomy

[options]
python_requires = >=3.7
python_requires = >=3.8
install_requires =
numpy
scipy
Expand Down

0 comments on commit 6d9bab0

Please sign in to comment.