Skip to content

Commit

Permalink
chore: update to scipy 1.14.1, drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler committed Nov 1, 2024
1 parent 8482bb7 commit c616853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_main_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
# 3.10 on macOS with shapely 1.8.0 is broken, but shapely >1.8.0 breaks the macOS DMG packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_stable_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
# 3.10 on macOS with shapely 1.8.0 is broken, but shapely >1.8.0 breaks the macOS DMG packages
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"pytest-qt",
"pytest_mock",
"scikit-image",
"scipy==1.13.1"
"scipy==1.14.1"
],
python_requires=">=3.9",
python_requires=">=3.10",
keywords=["Brillouin Microscopy"],
classifiers=['Operating System :: OS Independent',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit c616853

Please sign in to comment.