Skip to content

Commit

Permalink
Added 'py38' to the Black tool's target-version list and set python_r…
Browse files Browse the repository at this point in the history
…equires to 3.8 in the pyproject.toml file.
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent c351273 commit e605139
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79
target-version = ['py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311']


[tool.ruff]
Expand Down Expand Up @@ -54,3 +54,6 @@ exclude = [

target-version = "py39"
fix = true

[project]
requires-python = ">=3.8"

0 comments on commit e605139

Please sign in to comment.