Skip to content

Commit

Permalink
Merge pull request #267 from BrillouinMicroscopy/chore/noid/python-3.13
Browse files Browse the repository at this point in the history
chore: add python 3.13, drop python 3.9
  • Loading branch information
raimund-schluessler authored Nov 1, 2024
2 parents 18bd86f + c616853 commit cad41c3
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']
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']
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 cad41c3

Please sign in to comment.