Skip to content

Commit ff845c9

Browse files
committed
Kick python 3.10
1 parent d9c0bf3 commit ff845c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12"]
12+
python-version: ["3.11", "3.12"]
1313
pydantic: [true, false]
1414
os: [ubuntu-latest]
1515
steps:

pyproject.toml

Lines changed: 1 addition & 2 deletions
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.10"
5+
requires-python = ">=3.11"
66
authors = [{ name = "Hochfrequenz Unternehmensberatung GmbH", email = "[email protected]" }]
77
keywords = ["BDEW", "XML", "AHB", "MIG", "Marktkommunikation"]
88
classifiers = [
@@ -13,7 +13,6 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3 :: Only",
16-
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
1817
"Programming Language :: Python :: 3.12",
1918
]

0 commit comments

Comments
 (0)