Skip to content

Commit

Permalink
remove left-over Python 3.7 version from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Sep 8, 2023
1 parent ab156bb commit 6021146
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 @@ -4,4 +4,4 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit 6021146

Please sign in to comment.