2 Commits

Author SHA1 Message Date
Normann
be2ff5ea3d Update pyproject.toml 2025-03-23 22:04:20 +01:00
Normann
54f78fbc49 Python req. to 3.11 for sphinx update 2025-03-23 22:03:38 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
## System requirements ## System requirements
- Python >= 3.10, < 3.13 - Python >= 3.11, < 3.13
- Architecture: amd64, aarch64 (armv8) - Architecture: amd64, aarch64 (armv8)
- OS: Linux, Windows, macOS - OS: Linux, Windows, macOS

View File

@@ -7,7 +7,7 @@ authors = [
description = "This project provides a comprehensive solution for simulating and optimizing an energy system based on renewable energy sources. With a focus on photovoltaic (PV) systems, battery storage (batteries), load management (consumer requirements), heat pumps, electric vehicles, and consideration of electricity price data, this system enables forecasting and optimization of energy flow and costs over a specified period." description = "This project provides a comprehensive solution for simulating and optimizing an energy system based on renewable energy sources. With a focus on photovoltaic (PV) systems, battery storage (batteries), load management (consumer requirements), heat pumps, electric vehicles, and consideration of electricity price data, this system enables forecasting and optimization of energy flow and costs over a specified period."
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {file = "LICENSE"}
requires-python = ">=3.10" requires-python = ">=3.11"
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",