Skip to content

Commit

Permalink
feat: update target python version to py310
Browse files Browse the repository at this point in the history
Python 3.8 is no longer supported, and we don't target any bases that
ship a Python version older than 3.10.

Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Oct 16, 2024
1 parent 498467d commit de027cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log_cli_level = "INFO"
# Formatting tools configuration
[tool.black]
line-length = 99
target-version = ["py38"]
target-version = ["py310"]

# Linting tools configuration
[tool.ruff]
Expand Down

0 comments on commit de027cf

Please sign in to comment.