Skip to content

Commit 2dba237

Browse files
committed
Support for Python 3.9 ended and Python 3.13 added. Added lxml to requirements
1 parent a54264b commit 2dba237

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ build-backend = "setuptools.build_meta"
66
name = "simbench"
77
version = "1.6.1"
88
authors = [
9-
{ name = "Steffen Meinecke", email = "steffen.meinecke@uni-kassel.de" }
9+
{ name = "Steffen Meinecke"}
1010
]
1111
maintainers = [
12-
{ name = "simbench Developers", email = "simbench@uni-kassel.de" }
12+
{ name = "simbench Developers", email = "kontakt@simbench.de" }
1313
]
1414
description = "Electrical Power System Benchmark Models."
1515
readme = "README.rst"
1616
license = { file = "LICENSE" }
17-
requires-python = ">=3.9"
17+
requires-python = ">=3.10"
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
2020
"Environment :: Console",
@@ -27,13 +27,14 @@ classifiers = [
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
2929
# Add the specific Python versions supported here, e.g.:
30-
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",
33-
"Programming Language :: Python :: 3.12"
32+
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3434
]
3535
dependencies = [
3636
"pandapower>=3.0.0"
37+
"lxml>=6.0"
3738
]
3839
keywords = [
3940
"benchmark grid", "power system", "network", "grid planning", "grid operation", "grid generation methodology", "comparability", "reproducibility", "electricity", "energy", "engineering", "simulation", "simbench", "time series", "future scenarios"
@@ -60,7 +61,7 @@ all = [
6061
"pytest~=8.1", "pytest-xdist", "nbmake",
6162
"ortools", "numba>=0.25", "lightsim2grid>=0.8.1",
6263
"geopandas",
63-
"matplotlib"
64+
"matplotlib",
6465
]
6566
# "shapely", "pyproj", "fiona" are dependencies of geopandas and should be already available
6667

0 commit comments

Comments
 (0)