Skip to content

Commit

Permalink
Merge pull request #176 from BrillouinMicroscopy/chore/noid/python-3.12
Browse files Browse the repository at this point in the history
chore: drop py 3.8, add 3.11 and 3.12
  • Loading branch information
raimund-schluessler authored May 30, 2024
2 parents 03d1bb9 + c6ce92c commit c976ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']

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 @@ -48,7 +48,7 @@
"shapely>=1.8.2"
],
# not to be confused with definitions in pyproject.toml [build-system]
python_requires=">=3.8",
python_requires=">=3.9",
keywords=["Brillouin microscopy"],
classifiers=['Operating System :: OS Independent',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit c976ea6

Please sign in to comment.