Skip to content

Commit

Permalink
chore: set minimum required python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
italvi committed Jan 7, 2025
1 parent c1f3797 commit f9f2153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changelog = 'https://github.com/Festo-se/cyclonedx-editor-validator/releases'
cdx-ev = "cdxev.__main__:main"

[tool.poetry.dependencies]
python = "^3.9.0"
python = "^3.10.0"
python-dateutil = "2.9.0.post0"
jsonschema = { version = "4.23.0", extras = ["format"] }
docstring-parser = "^0.16"
Expand Down Expand Up @@ -70,6 +70,7 @@ upload_to_release = false
build_command = "pip install poetry && poetry build"

[tool.mypy]
python_version = "3.10"
packages = "cdxev"
# Excludes tests even when mypy is invoked with a path (as the VS Code extension does, for instance)
exclude = ['tests/']
Expand Down

0 comments on commit f9f2153

Please sign in to comment.