Skip to content

Commit

Permalink
Add new python version as target for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Mar 28, 2024
1 parent e3cf9df commit da21bef
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,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 88
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py37', 'py38', 'py39', 'py310', 'py311', 'py312']
include = '(\.pyi?$|src|tests)'

[tool.mypy]
Expand Down

0 comments on commit da21bef

Please sign in to comment.