Skip to content

Commit 0d7439f

Browse files
committed
demo
1 parent 2d1fa1c commit 0d7439f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fundamend"
33
description = "XML basierte Formate und DatemModelle für die Energiewirtschaft in Deutschland"
44
license = { text = "MIT" }
5-
requires-python = ">=3.11"
5+
requires-python = ">=3.10"
66
authors = [{ name = "Hochfrequenz Unternehmensberatung GmbH", email = "[email protected]" }]
77
keywords = ["BDEW", "XML", "AHB", "MIG", "Marktkommunikation"]
88
classifiers = [
@@ -13,6 +13,7 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3 :: Only",
16+
"Programming Language :: Python :: 3.10",
1617
"Programming Language :: Python :: 3.11",
1718
"Programming Language :: Python :: 3.12",
1819
]

src/_fundamend_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version = "0.3.3rc1"

0 commit comments

Comments
 (0)