Skip to content

Commit

Permalink
restore 3.7 as minimum python version as promised in fabm 2 announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 11, 2024
1 parent 8162648 commit 6c7a002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "Karsten Bolding", email = "karsten@bolding-bruggeman.com"}
]
description = "Python driver for FABM"
requires-python = ">=3.8"
requires-python = ">=3.7"
dependencies = [
"numpy"
]
Expand Down

0 comments on commit 6c7a002

Please sign in to comment.