Skip to content

Commit 59fcf98

Browse files
authored
fix: relax the python version requirement until I update semantic-release (#63)
1 parent f7a4e3a commit 59fcf98

File tree

2 files changed

+77
-4
lines changed

2 files changed

+77
-4
lines changed

poetry.lock

Lines changed: 76 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
license = {text = "Apache-2.0"}
1111
readme = "README.md"
12-
requires-python = ">=3.12,<3.14"
12+
requires-python = ">=3.10,<3.14"
1313
dependencies = [
1414
"pydantic (>=1.10.17)",
1515
"xmltodict (>=0.13.0,<0.14.0)"

0 commit comments

Comments
 (0)