Skip to content

Commit

Permalink
feat: remove support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-gal committed Sep 19, 2024
1 parent 1d3de68 commit c61e2fb
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 @@ -48,7 +48,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['3.9']
target-version = ['py39']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit c61e2fb

Please sign in to comment.