Skip to content

Commit 0fb5250

Browse files
authored
Change target version to Python 3.12 and update requirements
Updated Python version requirements and target for Black.
1 parent b2571fd commit 0fb5250

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ skip_glob= "**/migrations/**"
1313

1414
[tool.black]
1515
line-length = 88
16-
target-version = ['py311']
16+
target-version = ['py312']
1717
exclude = '''
1818
1919
(
@@ -85,3 +85,10 @@ target-version = "py311"
8585
[tool.ruff.lint.mccabe]
8686
# Unlike Flake8, default to a complexity level of 10.
8787
max-complexity = 10
88+
89+
90+
[project]
91+
requires-python = "==3.13.*"
92+
name='{{cookiecutter.project_slug}}'
93+
version='0.1'
94+

0 commit comments

Comments
 (0)