Skip to content

Commit

Permalink
Merge pull request #879 from PowerGridModel/drop-python-3.10
Browse files Browse the repository at this point in the history
Drop python 3.10
  • Loading branch information
mgovers authored Jan 27, 2025
2 parents e3d9c4f + 80a4f93 commit fda8c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Operating System :: MacOS",
"Topic :: Scientific/Engineering :: Physics",
]
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = ["numpy>=1.21.0"]
dynamic = ["version"]

Expand Down Expand Up @@ -88,7 +88,7 @@ xfail_strict = true

[tool.black]
line-length = 120
target-version = ['py310']
target-version = ['py311']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit fda8c26

Please sign in to comment.