Skip to content

Commit

Permalink
feat: add 312 support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Apr 29, 2024
1 parent 189282f commit e1ea76d
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 @@ -14,7 +14,7 @@ write_to = "ape_aws/version.py"

[tool.black]
line-length = 100
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'

[tool.pytest.ini_options]
Expand Down

0 comments on commit e1ea76d

Please sign in to comment.