Skip to content

Commit

Permalink
build(python): minimum required Python version is now 3.10
Browse files Browse the repository at this point in the history
Style changes require at least Python 3.10, so this should be reflected in code.

BREAKING CHANGE: Minimum Python version is now 3.10.
  • Loading branch information
jacksonj04 committed Dec 19, 2024
1 parent f071e71 commit 1300c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"


[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
"ruamel.yaml" = "^0.18.0"
typing-extensions = "^4.12.2"

Expand Down

0 comments on commit 1300c8d

Please sign in to comment.