Skip to content

Commit

Permalink
Bump required Python, NumPy, update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jun 29, 2024
1 parent 53dccca commit cc633f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python: [3.8, 3.9, "3.10"]
python: ["3.9", "3.12"]
include:
# test big sur on 3.9.0
- python: 3.9
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ keywords = [
'image processing',
'skeletons'
]
requires-python = '>=3.8'
requires-python = '>=3.9'
dependencies = [
'imageio>=2.10.1',
'magicgui>=0.7.3',
'matplotlib>=3.4',
'networkx>=2.7',
'numba>=0.53',
'numpy>=1.21',
'numpy>=1.25',
'pandas>=2.0.2',
'openpyxl>=2.6',
'scikit-image>=0.17.1',
Expand Down

0 comments on commit cc633f9

Please sign in to comment.