Skip to content

Commit

Permalink
update black target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Feb 24, 2024
1 parent b8a117f commit f820a0a
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 @@ -3,7 +3,7 @@ requires = ["setuptools >= 41"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py36', 'py37', 'py38']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
exclude = '''
/(
\.git
Expand Down

0 comments on commit f820a0a

Please sign in to comment.