Skip to content

Commit fda8c26

Browse files
authored
Merge pull request #879 from PowerGridModel/drop-python-3.10
Drop python 3.10
2 parents e3d9c4f + 80a4f93 commit fda8c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Operating System :: MacOS",
3535
"Topic :: Scientific/Engineering :: Physics",
3636
]
37-
requires-python = ">=3.10"
37+
requires-python = ">=3.11"
3838
dependencies = ["numpy>=1.21.0"]
3939
dynamic = ["version"]
4040

@@ -88,7 +88,7 @@ xfail_strict = true
8888

8989
[tool.black]
9090
line-length = 120
91-
target-version = ['py310']
91+
target-version = ['py311']
9292

9393
[tool.isort]
9494
profile = "black"

0 commit comments

Comments
 (0)