Skip to content

Commit

Permalink
style: Bump Black's target Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 19, 2024
1 parent b69cacf commit 646d4a1
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 @@ -5,7 +5,7 @@ requires-python = ">=3.9"
[tool.black]
required-version = '24'
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
# 'extend-exclude' excludes files or directories in addition to the defaults
extend-exclude = '''
(
Expand Down

0 comments on commit 646d4a1

Please sign in to comment.