Skip to content

Commit

Permalink
minimum python version 3.10 because of match case
Browse files Browse the repository at this point in the history
  • Loading branch information
ullmannJan committed Jul 1, 2024
1 parent 38b1846 commit bb38a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "measury"
description = "A tool to measure pictures with scale_bars"
requires-python = ">=3.7"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = [
'numpy<2.0',
Expand Down

0 comments on commit bb38a5b

Please sign in to comment.